lua-users home
lua-l archive

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


> The 5.2 ref manual (section 2.2) states “When Lua compiles a
> chunk it initializes the value of its _ENV upvalue…”. When I
> was initially studying Lua this did confuse me until I realized
> that it really means “When Lua LOADS a chunk…” [...]

Thanks!

-- Roberto