Closed mhaupt closed 11 months ago
Example:
1000 GOTO 20 1010 PRINT "Hello":PRINT "world": 1020 GOTO 950
Line 1010 will crash the parser because the EOL is unexpected at that point.
In my opinion, the parser should be robust enough to ignore this.
Fixed.
Example:
Line 1010 will crash the parser because the EOL is unexpected at that point.
In my opinion, the parser should be robust enough to ignore this.