fvdhoef / aquarius-plus

Official Aquarius+ repository
MIT License
43 stars 9 forks source link

ON ERROR GOTO works on alternate attempts. #55

Closed jaymundy closed 9 months ago

jaymundy commented 9 months ago

ON ERROR GOTO operation seems to work only every alternate attempt. When you run this multiple times it alternates between printing "MY BAD" and giving a divide by zero message.

100 ON ERROR GOTO 500 200 PRINT 4/0 300 STOP 500 PRINT "MY BAD"

RevCurtisP commented 9 months ago

Fixed in v0.18r