dip-2up ( ..a d quot: ( ..a -- ..b o1 o2 ) -- ..b d o1 o2 ) - Factor Documentation

dip-2up ( ..a d quot: ( ..a -- ..b o1 o2 ) -- ..b d o1 o2 )
Extra combinators



Vocabulary
combinators .extras

Inputs
d an object
quot a quotation with stack effect ( ..a -- ..b o1 o2 )


Outputs
d an object
o1 an object
o2 an object


Word description
Like dip , but moves the last two values left on the stack by the quotation to the top of the stack.

Definition
USING: kernel ;

IN: combinators.extras

: dip-2up
( ..a d quot: ( ..a -- ..b o1 o2 ) -- ..b d o1 o2 )
dip rot rot ; inline

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