17 Apr 11, 07:11AM
OK FINE I FIX IT
[SELECT ALL] Code:
a = 2
b = 3
alias swap [
a = (+f $a $b);
b = (-f $a $b);
a = (-f $b $a)
]