Open ahenry3068 opened 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.
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.