Handbook
Glossary
3cleave ( x y z seq -- )
Factor handbook
»
The language
»
Combinators
»
Dataflow combinators
»
Cleave combinators
Prev:
2cleave ( x y seq -- )
Next:
4cleave ( w x y z seq -- )
Vocabulary
combinators
Inputs
x
an
object
y
an
object
z
an
object
seq
a sequence of quotations with stack effect
( x y z -- ... )
Outputs
None
Word description
Applies each quotation to the three objects in turn.
Definition
USING:
kernel
sequences
;
IN:
combinators
:
3cleave
( x y z seq -- )
[
3keep
]
each
3drop
;