quad ( x p q r s -- )
Extra combinators

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


Vocabulary
combinators.extras

Inputs
xan 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
Applies p to x, then applies q to x, then applies r to x, and finally applies s to x.

Definition