Actions
$xor » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Per Amundsen, 09/09/2020 10:03 AM
Added in 1.9.0
$xor(A,B)
Returns A binary xor B.
Supports Big Integers
Parameters
A - The binary value to xor.
B - The binary value to xor to.
Example
; xor 1110 into 1001. //echo -ag $xor(1110,1001)
Updated by Per Amundsen about 4 years ago · 3 revisions