| 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 anybody who nos ML |
| [29816] by "max cooking"
(ce-web1.wesleyan.edu) on Fri 12 Dec 2003 16:10:57
[
reply ]
|
oop i meeant:
fun isfactor [] x = []
| isfactor (h::t) x =
if x mod h = 0
then h :: (isfactor [t] x)
else isfactor [t] x;
|
: post your reply here :
|