lua-users home
lua-l archive

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


In Peter Shooks lua2html there is the following line of code
Can anyone exaplain it?

  setfenv(1, setmetatable(Pkg, {__index=_G}))

DB