RosettaCodeData/Task/Comments/AutoIt/comments.autoit

6 lines
158 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#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.