lua-users home
lua-l archive

Re: Lua 5.1.1 has been frozen

[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.

AltStyle によって変換されたページ (->オリジナル) /