Name

nip:core — ordinary primitive

Synopsis

FORTH

NIP ( a b -- b )();
p4:"nip";

Description

drop the value under the top of stack, inverse of TUCK

 simulate:        : NIP SWAP DROP ;
 

dpANS .6.2.1930 - standard forth word