3tri@ ( r s t u v w x y z quot -- )
Extra combinators

Prev:4tri* ( l m n o s t u v w x y z p q r -- )
Next:4tri@ ( o p q r s t u v w x y z quot -- )


Vocabulary
combinators.extras

Inputs
ran object
san object
tan object
uan object
van object
wan object
xan object
yan object
zan object
quota quotation with stack effect ( obj1 obj2 obj3 -- ... )


Outputs
None

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

Definition


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