Handbook
Glossary
is-prime? ( index -- ? )
Vocabulary
project-euler
.
047
.
private
Inputs
index
an
object
Outputs
?
an
object
Definition
USING:
kernel
namespaces
sequences
;
IN:
project-euler.047.private
:
is-prime?
( index -- ? )
sieve
get
nth
0
=
;