A silly one?

Ish Rattan ishwar@REDACTED
Thu Jan 28 15:25:40 CET 2010


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



More information about the erlang-questions mailing list