XOR
XMAX
YMAX
XOR
( a b -- ab )
ansi
.6.1.2490
<
CORE
>
return the bitwise-or of the two arguments - it may be unsafe use it on logical values. beware.
reference: p4_xor in ../src/core.c:1898, export CO XOR