|
Re: the beginner: msg#00431lang.erlang.general
hi all, thanks for all your response my file math1.erl as Wiliam Dominic writen. -module(math1). -export([factorial/1]). factorial (0) ->1; factorial (N) -> N * factorial (N-1). one that make me confused, the error point to line 8 but it only has 4 line :( I have tried to compile with so many formats ( in space format), but it still didn't work. thanks Wicak =========================================================================================== "TELKOMNet Instan memberikan diskon 40% untuk akses malam hari dari pukul 23.00 sampai 06.00. Berlaku untuk wilayah Jawa Timur mulai 1 Mei 2003 sampai 30 Juni 2003." =========================================================================================== |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: The Erlang way - dynamic upgrade of a server and UBF extensions: 00431, Jay Nelson |
|---|---|
| Next by Date: | Re: The Erlang way - dynamic upgrade of a server and UBF extensions: 00431, Jay Nelson |
| Previous by Thread: | RE: the beginneri: 00431, WILLIAMS Dominic |
| Next by Thread: | Re: the beginner: 00431, Matthias Lang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |