Vocabularylists.
lazyInputsOutputsresult | a lazy list of integers |
Word descriptionReturn an infinite lazy list of incrementing integers starting from n.
ExamplesUSING: lists.lazy prettyprint ;
10 lfrom .
T{ lazy-from-by { n 10 } { quot [ 1 + ] } }
See alsoleach,
foldl,
lmap-lazy,
ltake,
lfilter,
lappend-lazy,
lfrom-by,
lconcat,
lcartesian-product,
lcartesian-product*,
lcartesian-map,
lcartesian-map*,
lmerge,
lwhile,
luntilDefinition