5 lines
158 B
Text
5 lines
158 B
Text
#cs
|
|
Everything between the cs and and the ce is commented.
|
|
Commented code is not used by the computer.
|
|
#ce
|
|
;individual lines after a semicolon are commented.
|