keep-2up ( quot -- quot ) - Factor Documentation

keep-2up ( quot -- quot )
Extra combinators



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: kernel shuffle ;

IN: combinators.extras

: keep-2up ( quot -- quot ) keep 2 3 0 nrotated ; inline

AltStyle によって変換されたページ (->オリジナル) /