#AllowSameLineComments

AutoHotKey

#AllowSameLineComments

在 v1.1.09 中移除:不再支持 AutoIt.

仅适用于 AutoIt v2 (.aut) 脚本: 允许注释和命令在同一行.

#AllowSameLineComments

在任何 AutoIt v2 (.aut) 脚本的 顶部 指定此指令会启用同行注释, 出于兼容性的考虑正常情况下这个功能是禁用的. 如果在脚本顶部外的其他地方使用, 那么在使用此指令后才支持同行注释.

示例

#AllowSameLineComments
Sleep, 1  ; 此注释是同行注释.