Just a noob thought...
would be nice to be able to compare more than 2 items directly:

Code:
if (%var1 = %var2 = %var3) instead of 

if ((%var1 = %var2) && (%var2 = %var3))


It would certainly simplify things smile