lua-users home
lua-l archive

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


> Since we're beck to setfenv discussion, I'd like to ask what are the
> benefits of _ENV?

Much simpler (compared to setfenv).


> Also, is _ENV slower than global variables access from 5.1?

No.

-- Roberto