morpho icon indicating copy to clipboard operation
morpho copied to clipboard

[Bug] odd for if {} else behavior

Open ConduitDan opened this issue 3 years ago • 0 comments

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

ConduitDan avatar Jun 28 '22 16:06 ConduitDan