THIRD
* THIRD ( x y z -- x y z x )

Copy third element on the stack onto top of stack.
 : THIRD   2 PICK ;

FORTH/DEF toolbelt ordinary primitive