Only for use in AutoIt2 (.aut scripts): Allows same-line comments.
#AllowSameLineComments
Specifying this directive at the top of any AutoIt2 (.aut) script will enable the use of same-line comments, which are normally disabled for compatibility reasons. If not used at the top of the script, same-line comments are not supported above the point where the directive occurs.
None
#AllowSameLineComments Sleep, 1 ; This is a same-line comment.