Applesoft BASIC: "#" Character in When Printing a Listings

If, when you print out a program listing, you find unwanted "#" characters in front of the line numbers, see if you have issued the command "PR#1" in the program. You need to preface all ProDOS commands with a CHR$(4), the Control-D character.
The correct Syntax for this command is: PRINT CHR$(4); "PR#1"
Published Date: Feb 20, 2012