3bi* ( u v w x y z p q -- )
Extra combinators

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


Vocabulary
combinators.extras

Inputs
uan object
van object
wan object
xan object
yan object
zan object
pa quotation with stack effect ( u v w -- ... )
qa quotation with stack effect ( x y z -- ... )


Outputs
None

Word description
Applies p to u, v and w, then applies q to x, y and z.

Definition