rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

bare return can't be conditional #29

Closed rzimmerman closed 11 years ago

rzimmerman commented 11 years ago
return x if true

compiles correctly, however

return if true

compiles to:

return if
true