Bit.bxor
From GiderosMobile
Available since: Gideros 2013.09
Description
Returns the bitwise xor of its argument.
(number), = bit.bxor(x1x2,)
'x1: (number) first number for xor operation '
x2: (number) second and more numbers can be provided for xor operation optional
Returns (number) bitwise xor