4 lines
93 B
Text
4 lines
93 B
Text
fun prime(p) type integer->integer
|
|
p.gt(1) where q=p.sqrt NO(p.mod(2..q)==0)
|
|
|
|
1..100.prime
|