nip:core — ordinary primitive
FORTH
NIP ( a b -- b )();p4:"nip";
NIP ( a b -- b )(
)
drop the value under the top of stack, inverse of TUCK
simulate: : NIP SWAP DROP ;
dpANS .6.2.1930 - standard forth word