Re: Lua 5.1.1 has been frozen
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1.1 has been frozen
- From: Andreas Stenius <kaos@...>
- Date: 2006年6月13日 17:25:26 +0200
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.