Handbook
Glossary
squares ( -- list )
Vocabulary
lists
.
lazy
.
examples
Inputs
None
Outputs
list
an
object
Definition
USING:
kernel
lists.lazy
math
;
IN:
lists.lazy.examples
:
squares
( -- list )
naturals
[
dup
*
]
lmap-lazy
;