XOR
* XOR ( a b -- ab )

return the bitwise-or of the two arguments - it may be unsafe
use it on logical values. beware.

FORTH/ANS core (dpANS.6.1.2490) ordinary primitive