Name

two-nip:toolbelt — ordinary primitive

Synopsis

FORTH

2NIP ( w x y z -- y z )();
p4:"two-nip";

Description

Drop the third and fourth elements from the stack.

 : 2NIP   2SWAP 2DROP ;