// logic.asm: WORD p_or, 'OR',fasm anchor:p_or[] === Word: OR .... Data stack: ( v1 v2 -- v3 ) .... "OR" is a function word that replaces a value pair with their bitwise disjunction; each bit is 1 if the corresponding bits of any operand is 1 and 0 if not.