Name

two-r-from-drop:misc — compiling primitive

Synopsis

FORTH

2R>2DROP ( -- )();
p4:"two-r-from-drop";

Description

this is two times R>DROP but a bit quicker. it is however really quick compared to the sequence 2R> and 2DROP