lua-users home
lua-l archive

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


It's purpose was not to get new functionality, but readability.

Do you use:

local function foo( ... )
end

or

local foo = function( ... )
end

?

//Andreas

Kent Sibilev skrev:
I am actually against a syntactics sugar that doesn't add an additional functionality. I think it can be done with plain tables.