* NIP ( a b -- b ) drop the value under the top of stack, inverse of TUCK simulate: : NIP SWAP DROP ;
NIP
( a b -- b )
TUCK
simulate: : NIP SWAP DROP ;
FORTH/ANS core (dpANS.6.2.1930) ordinary primitive