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

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


Vocabulary
combinators.extras

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


Outputs
None

Word description
Appliesp to l, m, n and o, then applies q to s, t, u, v, and finally applies r to w, x, y and z.

Definition