RosettaCodeData/Task/Comments/AutoIt/comments.autoit
2013-04-10 14:16:51 -07: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.