drop ( x -- ) (original) (raw)

drop ( x -- )
Factor handbook » Guided tour of Factor » Stack Shuffling

Prev: dup ( x -- x x )
Next: swap ( x y -- y x )

Vocabulary
kernel

Word description
This is a shuffle word, rearranging the top of the datastack as indicated by the word's stack effect: ( x -- ).

Definition

IN: kernel

PRIMITIVE: drop ( x -- )