Handbook
Glossary
collect-from ( i n quot into -- )
Vocabulary
sequences
.
private
Inputs
i
an
object
n
an
object
quot
an
object
into
an
object
Outputs
None
Definition
USING:
math
;
IN:
sequences.private
:
collect-from
( i n quot into -- )
collect-into
each-integer-from
;
inline