inexorabletash / jsbasic

Applesoft BASIC in JavaScript
https://calormen.com/jsbasic
Other
187 stars 39 forks source link

Make line numbers relevant #5

Closed inexorabletash closed 9 years ago

inexorabletash commented 11 years ago

Make this print A then B:

20 PRINT "B"
10 PRINT "A"