diff options
Diffstat (limited to 'AMSB.txt')
-rw-r--r-- | AMSB.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -152,6 +152,16 @@ Like the | character, you can use CHR$(0) to store a heart in a string and it will work correctly. +Line Number Range +----------------- + +AMSB doesn't allow entering line numbers above 63999, but if a file +is e.g. hex-edited to have a line number that's out of range, it will +LIST and RUN just fine... except that it's impossible to GOTO or GOSUB +to an out-of-range line. It will still execute if program flow falls +into it. + + Differences Between Versions ---------------------------- |