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