RosettaCodeData/Task/Comments/AutoIt/comments.au3

6 lines
154 B
AutoIt
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
#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.