lua-users home
lua-l archive

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


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