untitled.gif welcome towards my cool internet house site: re: dear prof tobot (zoom)

[ back | refresh | last 25 | post new ]

welcome to my cool internet home sit is prosecÇ–tedt to a jam

VALID X M L
Hair Cares Product!!!!!
re: dear prof tobot
[29746] by "max cooking" (ce-web1.wesleyan.edu)   on Wed 10 Dec 2003 01:35:38     reply ] [ up ]
actuly:

fun twinprimelist 0 = []
| twinprimelist 3 = [3]
| twinprimelist x =
if twinprime x
then x :: x+2 :: (twinprimelist (x-1))
else (twinprimelist (x-1));