drop ( x -- )
Factor documentation > Factor handbook > The language > Shuffle words
Next:2drop ( x y -- )


Vocabulary
kernel

Word description
Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern.

Definition
IN: kernel

PRIMITIVE: drop ( x -- )