📗
Lua Guide
  • Introduction
  • Fundamentals
    • Introduction
    • Variables
    • Types
    • 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

Was this helpful?

  1. Fundamentals

Introduction

What you'll need to know before moving on.

  • Types

  • Variables

  • Operators

  • Control Structures

  • Conditions

  • Loops

  • Functions

  • Scopes

  • File Handling (I/O)

  • Object-Oriented-Programming

PreviousIntroductionNextVariables

Last updated 5 years ago

Was this helpful?