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:
@ -50,7 +50,7 @@ if (eqv? J 1296) {
|
||||
|
||||
|
||||
k := 5
|
||||
if { q := 10; k < q } { ## a block expression is a normal expression. so t can be used as a conditional expression for if
|
||||
if { q := 10; < k q } { ## a block expression is a normal expression. so it can be used as a conditional expression for if
|
||||
printf "OK: k is less than q\n"
|
||||
} else (printf "BAD: k is not less than q\n")
|
||||
|
||||
|
Reference in New Issue
Block a user