Name

xor:core — ordinary primitive

Synopsis

FORTH

XOR ( a b -- ab )();
p4:"xor";

Description

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