BITXOR( ) Function Example
x = 5 && 0101 binary y = 6 && 0110 binary ? BITXOR(x,y) && Returns 3, 0011 binary