OR OPEN-FILE ORDER
OR ( a b -- ab )  
ansi .6.1.1980 <CORE>
return the bitwise OR of a and b - unlike AND this is usually safe to use on logical values

reference: p4_or in ../src/core.c:1502, export CO OR