4bi@ ( s t u v w x y z quot -- )
Extra combinators

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


Vocabulary
combinators.extras

Inputs
san object
tan object
uan object
van object
wan object
xan object
yan object
zan object
quota quotation with stack effect ( obj1 obj 2 obj3 obj4 -- ... )


Outputs
None

Word description
Applies the quotation to s, t, u and v, and then to w, x, y and z.

Definition


: 4bi@ ( s t u v w x y z quot -- ) dup 4bi* ; inline