Handbook
Glossary
powers-of-2 ( -- list )
Vocabulary
lists
.
lazy
.
examples
Inputs
None
Outputs
list
an
object
Definition
USING:
lists.lazy
math
;
IN:
lists.lazy.examples
:
powers-of-2
( -- list )
1
[
2
*
]
lfrom-by
;