moonscript
moonscript copied to clipboard
`if` line decorator won't take `continue` or `break` as the `else` block statement
This is failing to parse:
my_numbers = {1,2,3,4,5,6}
for x in *my_numbers
print x if x % 2 == 0 else continue