[erlang-questions] [ANN] Erlang/OTP 17.0-rc1 has been released.
Stefan Strigler
stefan.strigler@REDACTED
Fri Jan 31 23:45:36 CET 2014
Pun intended?
On 31.01.2014, at 23:30, Anthony Ramine <n.oxyde@REDACTED> wrote:
> For those wondering, the syntax is:
>
> F = fun Fact(0) -> 1; Fact(N) when N > 0 -> N * Fact(N - 1) end,
^^^^^^^^^^
> F(6).
>
> Regards,
>
> --
> Anthony Ramine
>
> Le 31 janv. 2014 à 22:51, Kenneth Lundin <kenneth.lundin@REDACTED> a écrit :
>
>> - Funs can now be given names
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list