Name

fourth:toolbelt — ordinary primitive

Synopsis

FORTH
FOURTH ( w x y z -- w x y z w )(); 
 ;

Description

Copy fourth element on the stack onto top of stack.

 : FOURTH  3 PICK ;