Handbook
Glossary
keep-2up ( quot -- quot )
Extra combinators
Prev:
keep-1up ( quot -- quot )
Next:
keep-3up ( quot -- quot )
Vocabulary
combinators
.
extras
Inputs
quot
a
quotation
Outputs
quot
a
quotation
Word description
Calls a quotation with a value on the stack, restoring the value under the two topmost items on the stack.
Definition
USING:
generalizations
kernel
;
IN:
combinators.extras
:
keep-2up
( quot -- quot )
keep
2 3 0
nrotated
;
inline