_Added in 1.9.0_ *$xor(A,B)* Returns A binary "xor":https://en.wikipedia.org/wiki/Exclusive_or B. _Supports "Big Integers":https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic_ *Parameters* table(ktable). |*Parameter*|*Description*| | A | The binary value to "xor":https://en.wikipedia.org/wiki/Exclusive_or. | | B | The binary value to "xor":https://en.wikipedia.org/wiki/Exclusive_or to. | *Example*
; xor 1110 into 1001.
//echo -ag $xor(1110,1001)