// logic.asm: WORD p_0equal, '0=',fasm anchor:p_0equal[] === Word: 0= .... Data stack: ( v -- 0/-1 ) .... "0=" is a function word that replaces a value with its logical complement; the result is zero if the value non-zero, and the result is non-zero if the value is zero. Compare with <>.