Handbook
Glossary
prepose ( quot1 quot2 -- composed )
Factor handbook
»
The language
»
Combinators
»
Compositional combinators
Prev:
with ( param obj quot -- obj curried )
Next:
Curried dataflow combinators
Vocabulary
kernel
Inputs
quot1
a
callable
quot2
a
callable
Outputs
composed
a
composed
Word description
Quotation composition. Outputs a
callable
which calls
quot2
followed by
quot1
.
Notes
See
compose
for details.
See also
curry
,
curried
,
compose
,
composed
Definition
IN:
kernel
:
prepose
( quot1 quot2 -- composed )
swap
compose
;
inline