[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: general globals in use
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 11 Dec 2012 18:38:21 -0200
> 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