4quad@ ( k l m n o p q r s t u v w x y z quot -- )
Extra combinators

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


Vocabulary
combinators.extras

Inputs
kan object
lan object
man object
nan object
oan object
pan object
qan object
ran object
san object
tan object
uan object
van object
wan object
xan object
yan object
zan object
quota quotation with stack effect ( obj1 obj2 obj3 obj4 -- ... )


Outputs
None

Word description
Applies the quotation to k, l, m and n, then to o, p, q and r, then to s, t, u and v, and finally to w, x, y and z.

Definition


: 4quad@ ( k l m n o p q r s t u v w x y z quot -- )
dup dup dup 4quad* ; inline