2cleave ( x y seq -- )
Factor handbook » The language » Combinators » Dataflow combinators » Cleave combinators

Prev:cleave ( x seq -- )
Next:3cleave ( x y z seq -- )


Vocabulary
combinators

Inputs
xan object
yan object
seqa sequence of quotations with stack effect ( x y -- ... )


Outputs
None

Word description
Applies each quotation to the two objects in turn.

Definition