xorBit()

演算数の論理排他和を返します。あるいは bitwiseXor() のコマンドも使えます。

文法:
variable = xorBit( numberA , numberB )
variable = bitwiseXor( numberA , numberB )