lua-users home
lua-l archive

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



On 08/12/14 05:47 PM, Thiago L. wrote:

On 08/12/14 02:15 PM, Dirk Laurie wrote:
Do you expect the relationship
    `_ENV.string == getmetatable"".__index`
to survive?

local _ENV = {string = {}}
print(_ENV.string == getmetatable"".__index) --> false

Wait actually I'm not sure what you're asking...?

--
Disclaimer: these emails are public and can be accessed from <TODO: get a non-DHCP IP and put it here>. If you do not agree with this, DO NOT REPLY.