1 REM Line numbers are now optional in BASIC programs used with the putbasic
3 100PRINT
"but you can give them if you want, so the change is backwards-";
6 RESTORE (1000+RND(3)*10)
12 REM Apart from backwards compatibility, being able to specify line numbers
13 REM is handy for the rare cases where BASIC needs them, such as computed
14 REM RESTORE statements.