AutoHotkey Comment Syntax
AutoHotkey has line comment syntax.
Comment start with SEMICOLON to end of line.
Anything in between is ignored.
; something ; this is comment $F3::Send ^c ; copy. comment can begin in mid of line
AutoHotkey has line comment syntax.
Comment start with SEMICOLON to end of line.
Anything in between is ignored.
; something ; this is comment $F3::Send ^c ; copy. comment can begin in mid of line