Lua Guide
  • Introduction
  • Fundamentals
    • Introduction
    • Types
    • Variables
    • Operators
    • Control Structures
    • Loops
    • Scopes
  • Concepts
    • Closures
    • Iterators
    • Recursion
    • Metatables
    • Weak Tables
    • Memoization
    • Object-Oriented Programming
  • Standard Libraries
    • Basic
    • String
    • Table
    • Math
    • IO
    • Coroutine
    • OS (Operating System)
    • Package
  • Auxiliary
    • Optimizations
    • Benchmarking
    • Errors
    • Debugging
Powered by GitBook
On this page
  1. Fundamentals

Introduction

What you'll need to know before moving on.

PreviousIntroductionNextTypes

Last updated 3 years ago

  • Conditions

  • Functions

  • File Handling (I/O)

  • Object-Oriented-Programming

Types
Variables
Operators
Control Structures
Loops
Scopes