Lua

This section explains the Lua language.

https://www.lua.org/

Lua Logo


Lua Overview

Introduction to Lua and setting up a development environment

Lua Language Basics

Write a Hello World program and learn the basics of the Lua language.

Lua Variables

Learn how to store values, perform calculations, inspect types, and read keyboard input in Lua.

Lua Control Statements

Learn conditional branches and loops, the essential control statements used to build Lua programs.

Lua Functions

Learn how to define functions, return values, assign functions to variables, and use common library functions.