1 // logic.asm: WORD p_0equal, '0=',fasm
8 Data stack: ( v -- 0/-1 )
12 "0=" is a function word that replaces a value with its logical
13 complement; the result is zero if the value non-zero, and the result
14 is non-zero if the value is zero.
16 This is the same function as <<p_not,NOT>>.