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

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


Vocabulary
combinators.extras

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


Outputs
None

Word description
Applies p to o, s and t, then applies q to u, v and w, and finally applies r to x, y and z.

Definition