|
Comments can be inserted in a program using the "#" symbol, and all that comes after #
to the end of the line is ignored (but this is not applicable for the first line of the program).
The only way to apply comments over several lines is to use a # on each line.
|