<- CRPL reference <-Special

#

Arguments Result Notation
none none

Description

Turns the rest of the line into a comment. Comments are not code: They do nothing.

Comments are used variously for: Adding attribution, copyright and other meta information to a file, communicating with someone while sharing code files, clarifying the meaning or intent of code in order to make it easier to edit, deactivating code during testing to facilitate bug hunting.

Examples

#author: John Jacob Jingleheimer Schmidt
#Date of creation: January first, 1984
##########################################################

#This is a typical example of a hello world program
"Hello world" SetPopupText
#"Farewell Cruel World" SetPopupText

#Note to Jim: Pizza in oven

     ###         ###          #####        #####
    ## ##       ## ##       ##     ##    ##     ##
   ##   ##     ##   ##     ##       ##  ##       ##
  ##     ##   ##     ##    ##       ##  ##       ##
 ##       ## ##       ##    ##     ##    ##     ##
##         ###         ##     #####        #####