Lua Overview
Introduction to Lua and setting up a development environment
Introduction to Lua and setting up a development environment
Write a Hello World program and learn the basics of 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.