xorBit()

Returns the logic xor of the operands. Alternatively you can use the bitwiseXor() command.

Syntax:
variable = xorBit( numberA , numberB )
variable = bitwiseXor( numberA , numberB )