3quad@ ( o p q r s t u v w x y z quot -- ) - Factor Documentation

3quad@ ( o p q r s t u v w x y z quot -- )
Extra combinators



Vocabulary
combinators .extras

Inputs
o an object
p an object
q an object
r an object
s an object
t an object
u an object
v an object
w an object
x an object
y an object
z an object
quot a quotation with stack effect ( obj1 obj2 obj3 -- ... )


Outputs
None

Word description
Applies the quotation to o, p and q, then to r, s and t, then to u, v and w, and finally to x, y and z.

Definition
USING: kernel ;

IN: combinators.extras

: 3quad@ ( o p q r s t u v w x y z quot -- )
dup dup dup 3quad* ; inline

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