lua-users home
lua-l archive

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


On Wed, Nov 24, 2010 at 1:23 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
>>@ [arglist] do {statements} return [explist] end
> I'm against this one, as this one saves hardly anything compared to this:
>>function(arglist) {statements} return [explist] end

Yes, I think it's unnecessary and weird.  Somehow I don't like these
@, they seem to shout out and say 'preprocessor!' to me.

steve d.