two-nip:toolbelt — ordinary primitive
FORTH
2NIP ( w x y z -- y z )();p4:"two-nip";
2NIP ( w x y z -- y z )(
)
Drop the third and fourth elements from the stack.
: 2NIP 2SWAP 2DROP ;