| untitled.gif welcome towards my cool internet house site: posting |
welcome to my cool internet home sit
is prosecÇ–tedt to a jam
Hair Cares Product!!!!!
| re: dear prof tobot |
| [29736] by "max cooking"
(ce-web1.wesleyan.edu) on Wed 10 Dec 2003 00:35:34
[
reply ]
|
I am CONQUER!!!!
make a list of the first x primes:
- fun primelist 0 = []
| primelist x =
if prime x = true
then x :: (primelist (x-1))
else (primelist (x-1));
|
: post your reply here :
|