NIP NEGATE NO-DEBUG
NIP ( a b -- b )  
ansi .6.2.1930 <CORE>
drop the value under the top of stack, inverse of TUCK
 simulate:        : NIP SWAP DROP ;

reference: p4_nip in ../src/core.c:2271, export CO NIP