Handbook
Glossary
compose-all ( seq -- quot )
Vocabulary
quotations
Inputs
seq
a
sequence
Outputs
quot
a
quotation
Word description
Returns a quotation made from
compose
called on each element of the sequence.
Definition
USING:
kernel
sequences
;
IN:
quotations
:
compose-all
( seq -- quot )
[
]
[
compose
]
reduce
;
inline