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