quad* ( w x y z p q r s -- )
Extra combinators

Prev:4quad ( w x y z p q r s -- )
Next:2quad* ( o t u v w x y z p q r s -- )


Vocabulary
combinators.extras

Inputs
wan object
xan object
yan object
zan object
pa quotation with stack effect ( x -- ... )
qa quotation with stack effect ( x -- ... )
ra quotation with stack effect ( x -- ... )
sa quotation with stack effect ( x -- ... )


Outputs
None

Word description
Appliesp to w, then applies q to x, then applies r to y, and finally applies s to z.

Definition