stefan-b-jakobsson / basload-rom

BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Very Minor Bug with stray $ character in source. #7

Open ahenry3068 opened 2 months ago

ahenry3068 commented 2 months ago

Discovered this with a Typo in my own code.

The following code line

PRINT "F12"$;

Did not give me a syntax error. (I think it should have)

The Stray $ generated a new numeric variable. The resulting output code printed a 0 after the F12 string.