Name

third:toolbelt — ordinary primitive

Synopsis

FORTH

THIRD ( x y z -- x y z x )();
p4:"third";

Description

Copy third element on the stack onto top of stack.

 : THIRD   2 PICK ;