* OR ( a b -- ab ) return the bitwise OR of a and b - unlike AND this is usually safe to use on logical values
OR
( a b -- ab )
AND
FORTH/ANS core (dpANS.6.1.1980) ordinary primitive