AutoHotkey: Comment Syntax

By Xah Lee. Date: . Last updated: .

AutoHotkey has line comment syntax.

Comment start with SEMICOLON to end of line.

Anything in between is ignored.

; this is comment

; paste
F3::Send "^v" ; comment can begin in mid of line