On 5/1/23 19:57, Joshua O'Keefe wrote:
The last line of your "Eliza.bas" file seems to make line 100 of the code very
unhappy.
It seems to be an 0x1a character and then a bunch of question marks.
If you delete that line of the input file, the program is parsed successfully.
Ah yes, the good old "Ctl-Z" character to mark the end of the file,
followed by a bunch of random characters, to the end of the disk sector.
The M-100 knows not to go any further after the Ctl-Z but most file
utilities don't know that, so the first thing I have to do to clean up
the file is remove that junk and Ctl-Z.
Cheers, Bert