4tri ( w x y z p q r -- )
Extra combinators

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


Vocabulary
combinators.extras

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


Outputs
None

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

Definition