Closed CTRL-paste closed 1 year ago
Multiple else statements make no sense but are compiled successfully and this caused a bit of headache for me.
if 0@ == 0 then // do stuff else //other stuff else else end
interesting observation, thanks for reporting!
Multiple else statements make no sense but are compiled successfully and this caused a bit of headache for me.