[erlang-questions] [ANN] Erlang/OTP 17.0-rc1 has been released.

Anthony Ramine n.oxyde@REDACTED
Fri Jan 31 23:30:29 CET 2014


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




More information about the erlang-questions mailing list