lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


steve donovan::
Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
       function (x,y,z)=x+y*z
which is reminiscent of Fortran one-line function statements except that
defines anonymous functions.

But it looks like an assignment...

function (x,y,z) -> x+y*z

Hallo Erlang! Looks like return.

Peter