Code:
a ^= b;
b ^= a;
a ^= b;



Joey, what does this sign mean? "^="? Couldn't find it in tha manual and not with google...