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