The Global Table, _G
03/09/21 09:02 Filed in: Lua
Everything in Lua is a table, including variables. Variables that you don't explicitly label as local, are placed into a table known as _G. Today, I learn a bit about how to work with it.
Read More…
Read More…