SPRINT
Will ignore the execution of the statement and just print it to the screen. This is handy when you want to show your lovely code for others to see.
Example
PRINT "I want to see the statement without executing it"
Output
PRINT "I want to see the statement without executing it"