3bi@ ( u v w x y z quot -- )
Extra combinators

Prev:4bi* ( s t u v w x y z p q -- )
Next:4bi@ ( s t u v w x y z quot -- )


Vocabulary
combinators.extras

Inputs
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 u, v and w, and then to x, y and z.

Definition