clear ( -- )
Vocabularykernel
Word descriptionClears the data stack.
Definition
USING: kernel.private ;
IN: kernel
: clear ( -- ) { } set-datastack ;