Handbook
Glossary
remove-bottom ( seq -- seq' )
Vocabulary
stack-checker
.
branches
Inputs
seq
an
object
Outputs
seq'
an
object
Definition
USING:
kernel
sequences
;
IN:
stack-checker.branches
:
remove-bottom
( seq -- seq' )
+bottom+
swap
remove
;