RosettaCodeData/Task/Comments/AutoIt/comments.au3
2026-04-30 12:34:36 -04:00

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.