enhanced the reader and compiler to treat the binop expression like a message-send expression
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -17,7 +17,7 @@ class B + ##ERROR: syntax error - prohibited binary operator - +
|
||||
|
||||
J := 11
|
||||
class B {
|
||||
if (J = 10) {
|
||||
if (== J 10) {
|
||||
defun :*newA() {
|
||||
return self
|
||||
}
|
||||
|
Reference in New Issue
Block a user