Handbook
Glossary
odds ( -- list )
Vocabulary
lists
.
lazy
.
examples
Inputs
None
Outputs
list
an
object
Definition
USING:
kernel
lists.lazy
math
;
IN:
lists.lazy.examples
:
odds
( -- list )
1
lfrom
[
2
mod
1
=
]
lfilter
;