Handbook
Glossary
evens ( -- list )
Vocabulary
lists
.
lazy
.
examples
Inputs
None
Outputs
list
an
object
Definition
USING:
lists.lazy
math
;
IN:
lists.lazy.examples
:
evens
( -- list )
0
[
2
+
]
lfrom-by
;