* 2NIP ( w x y z -- y z ) Drop the third and fourth elements from the stack. : 2NIP 2SWAP 2DROP ;
2NIP
( w x y z -- y z )
: 2NIP 2SWAP 2DROP ;
FORTH/DEF toolbelt ordinary primitive