4bi ( w x y z p q -- )
Extra combinators

Prev:cleave-array ( quots -- quot )
Next:3bi* ( u v w x y z p q -- )


Vocabulary
combinators.extras

Inputs
wan object
xan object
yan object
zan object
pa quotation with stack effect ( w x y z -- ... )
qa quotation with stack effect ( w x y z -- ... )


Outputs
None

Word description
Applies p to the four input values, then applies q to the four input values.

Definition