two-r-from-drop:misc — compiling primitive
FORTH
2R>2DROP ( -- )();p4:"two-r-from-drop";
2R>2DROP ( -- )(
)
this is two times R>DROP but a bit quicker. it is however really quick compared to the sequence 2R> and 2DROP