lua-users home
lua-l archive

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


* David Morris-Oliveros <david@teambondi.com> on Tue, Oct 11, 2005:

> 
> Does LUA_GLOBALSINDEX refer to the real global, or to the new global 
> that i just created? Or am i getting this all wrong?
> 

LUA_GLOBALSINDEX always refers to the real global table (_G).