[erlang-questions] apply/2
Henrique Ferreiro
henrique.ferreiro@REDACTED
Fri Jul 27 18:41:38 CEST 2007
Hello,
I noticed some extrange behaviour that this list surely can explain:
1> round(2.3).
2
2> apply(round, [2.3]).
=ERROR REPORT==== 27-Jul-2007::18:40:22 ===
Error in process <0.31.0> with exit value:
{{badfun,round},[{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
** exited: {{badfun,round},
[{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
**
Thanks in advance,
Henrique Ferreiro
More information about the erlang-questions
mailing list