Name:
Anonymous
2007-04-15 11:11
ID:00E9fssW
|code]isPrime x = (filter (0 ==) (map (mod x) [2..x-1])) == [][/code]
Name:
Anonymous
2007-04-15 12:36
ID:ex6iFldH
>>19
What does
>>14 do? I can't make anything at all out of it except that it defined two subroutines.