I can't figure out how to print a term, assume tht factorial(N) is given and print_it(N) -> Fac = factorial(N), io:format("fac of ~p is ~p~n", N, Fac). -ishwar