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

Prev:quad ( x p q r s -- )
Next:3quad ( x y z p q r s -- )


Vocabulary
combinators.extras

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


Outputs
None

Word description
Applies p to the two input values, then applies q to the two input values, then applies r to the two input values, and finally applies s to the two input values.

Definition