quad@ ( w x y z quot -- )
Extra combinators

Prev:4quad* ( g h i j k l m n o t u v w x y z p q r s -- )
Next:2quad@ ( s t u v w x y z quot -- )


Vocabulary
combinators.extras

Inputs
wan object
xan object
yan object
zan object
quota quotation with stack effect ( obj -- ... )


Outputs
None

Word description
Applies the quotation to w, then to x, then to y, and finally to z.

Definition