RosettaCodeData/Task/Comments/AutoIt/comments.autoit
2023-07-01 13:44:08 -04:00

5 lines
158 B
Text

#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.