lua-users home
lua-l archive

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


> Is there a general accepted list of globals and their definitions somewhere?

The Lua core creates no globals. The base library creates _G,  _VERSION,
coroutine, and a bunch of functions. Each standard library creates one
global with the name of the library. These are all listed in
	http://www.lua.org/manual/5.2/#index