* 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
core ordinary primitive