morpho
morpho copied to clipboard
[Bug] odd for if {} else behavior
for (i in 0..3) if (i==2){ print "found the if" }
else {print "found the else"}
print "at the end"
This should throw a syntax error