or:core — ordinary primitive
FORTH
OR ( a b -- ab )();p4:"or";
OR ( a b -- ab )(
)
return the bitwise OR of a and b - unlike AND this is usually safe to use on logical values
dpANS .6.1.1980 - standard forth word