[erlang-questions] [Erlang]about "apply" function in the erlang.erl

郎咸武 langxianzhe@REDACTED
Tue May 17 09:48:27 CEST 2011


hi,
   I see "apply" function invoke "apply“function in the  "erlang.erl".
   I can`t understand it.
   Who can explain for me? Thanks.

 57 apply(Fun, Args) ->
 58     apply(Fun, Args).
 59
 60 apply(Mod, Name, Args) ->
 61     apply(Mod, Name, Args).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110517/331820f5/attachment.htm>


More information about the erlang-questions mailing list