Name

four-drop:forth_usual — ordinary primitive

Synopsis

FORTH

4DROP ( x y z -- )();
p4:"four-drop";

Description

Drop the top three elements from the stack.

 : 4DROP   2DROP 2DROP ;