lua-users home
lua-l archive

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


On 4 May 2016 at 21:30, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> All feedback welcome. Thanks.

It's certainly a matter of taste, but... isn't calling the example
metatable event "__env" needlessly confusing, given that there is no
actual event called __env and _ENV means something else entirely?

Perhaps this was a (propagated) typo and "ev" was meant to be used instead?

-- Hisham