2quad* ( o t u v w x y z p q r s -- )
Extra combinators

Prev:quad* ( w x y z p q r s -- )
Next:3quad* ( k l m n o t u v w x y z p q r s -- )


Vocabulary
combinators.extras

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


Outputs
None

Word description
Appliesp to s and t, then applies q to u and v, then appliesr to w and x, and finally applies s to y and z.

Definition