AutoHotkey Comment Syntax

By Xah Lee. Date: .

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