Page 1 of 1

[ERROR] AutoHotkey_2.0-a081-cad307c msgBox("" --a)

Posted: 29 Aug 2017, 11:12
by _3D_

Code: Select all

msgBox("" --a) ;Error: Unexpected operator folowing literal string.

Code: Select all

msgBox("" (--a)) ;OK.

Re: [ERROR] AutoHotkey_2.0-a081-cad307c msgBox("" --a)  Topic is solved

Posted: 29 Aug 2017, 14:38
by Flipeador
v2-changes wrote:Where a literal string is followed by an ambiguous unary/binary operator, an error is reported at load-time. For instance, "x" &y is probably supposed to auto-concatenate "x" with the address of y, but technically it is an invalid bitwise-and operation.
https://autohotkey.com/v2/v2-changes.htm