6 lines
154 B
AutoIt
6 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.
|