alias test {
var %x = 1,%y = 2
if ((%x = %y) == %y) echo -a %y
echo -a %x
}


... I can't see that it does. *shrugs*