2quad@ ( s t u v w x y z quot -- )
Extra combinators

Prev:quad@ ( w x y z quot -- )
Next:3quad@ ( o p q r s t u v w x y z quot -- )


Vocabulary
combinators.extras

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


Outputs
None

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

Definition