// logic.asm: WORD p_not, 'NOT',fasm anchor:p_not[] === Word: NOT .... Data stack: ( v1 -- v2 ) .... "NOT" is a function word that replaces a value with its bitwise complement; each bit is zero if non-zero, and non-zero if zero. Compare with <>.