RosettaCodeData/Task/Comments/AutoIt/comments.autoit

6 lines
158 B
Text
Raw Permalink Normal View History

2013-04-10 14:16:51 -07: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.