4bi* ( s t u v w x y z p q -- )
Extra combinators

Prev:3bi* ( u v w x y z p q -- )
Next:3bi@ ( 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
pa quotation with stack effect ( s t u v -- ... )
qa quotation with stack effect ( w x y z -- ... )


Outputs
None

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

Definition