6 – Standard Libraries 6 – Standard Libraries The standard Lua libraries provide useful functions that are implemented directly through the C API. Some of these functions provi...
8.1 – Changes in the Language 8.1 – Changes in the Language The concept of environment changed. Only Lua functions have environments. To set the environment of a Lua function,...
2.1 – Lexical Conventions 2.1 – Lexical Conventions Names (also called identifiers) in Lua can be any string of letters, digits, and underscores, not beginning with a digit. Th...