I would also recommend against that particular form of parenthesis as it is also somewhat ambiguous and difficult to parse. mIRC prefers:

Code:
if (a == a) && (b == b) inc %example  or optionally
if ((a == a) && (b == b)) inc %example


Well. At least I won lunch.
Good philosophy, see good in bad, I like!