Quote:
Originally Posted by Chompy
Some guy told me to try out xor on strings 
I have tried it on binary's, but I didn't quite understand it all 
|
xor is both a binary operator and a bitwise operator!
boolean xor boolean : one or the other but not both
int xor int : see my bitwise operators tutorial