* THIRD ( x y z -- x y z x ) Copy third element on the stack onto top of stack. : THIRD 2 PICK ;
THIRD
( x y z -- x y z x )
: THIRD 2 PICK ;
toolbelt ordinary primitive