CPRINT
Handy way if you want to show your lovely code for others to see. It will automatically wrap the code in an HTML <pre><code></code></pre>.
Example
CPRINT
PRINT "I want to see the statement without executing it"
CPRINT CLOSE
Output
PRINT "I want to see the statement without executing it"
Note
kytschBASIC will execute GLOBAL statements, such as the loops, before triggering CPRINT and anything within the statement.
If you do not want those GLOBAL statements executed use SPRINT