Lua Overview
Introduction to Lua and setting up a development environment
This section explains the Lua language.
Learn how to store values, perform calculations, inspect types, and read keyboard input in Lua.
Learn conditional branches and loops, the essential control statements used to build Lua programs.
Learn how to define functions, return values, assign functions to variables, and use common library functions.