[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A question about function accessing local and global variables
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 25 Aug 2015 23:28:51 -0300
> _G is the global environment, essentially a table of all global
> variables. It behaves as an ordinary table
The global environment *is* an ordinary Lua table.