G
From OpenEUO
Revision as of 09:45, 9 October 2010 by 76.184.213.234 (Talk)
A global variable (not a function) that holds the global environment (that is, _G._G = _G). Lua itself does not use this variable; changing its value does not affect any environment, nor vice-versa. (Use Setfenv to change environments.)