You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way to terminate a program in traditional BASIC is via the END
keyword, not a special EXIT command. Make it so now.
This is particularly tricky because we need to discern between bare
END calls and END IF statements in the parser, which means we have
to redo how IF statements are parsed altogether.
0 commit comments