XOR
* XOR ( a b -- ab )

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

core ordinary primitive