xor:core — ordinary primitive
FORTH
XOR ( a b -- ab )();p4:"xor";
XOR ( a b -- ab )(
)
return the bitwise-or of the two arguments - it may be unsafe use it on logical values. beware.
dpANS .6.1.2490 - standard forth word