sannybuilder / dev

Sanny Builder Bug Tracker and Roadmap development
https://sannybuilder.com
49 stars 0 forks source link

Multiple else statements are allowed #213

Closed CTRL-paste closed 1 year ago

CTRL-paste commented 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
x87 commented 1 year ago

interesting observation, thanks for reporting!