About 749,000 results
Open links in new tab
  1. Essential Lua Keywords: Quick Guide to Mastering Commands

    Unlock the power of lua keywords. Discover essential commands and enhance your coding skills with our concise guide tailored for quick learning.

  2. Lua 5.1 Reference Manual

    Lua is an extension programming language designed to support general procedural programming with data description facilities. It also offers good support for object-oriented programming, …

  3. Lua:Keywords - Total War Modding

    Jul 22, 2021 · We’ve covered the majority of the Lua keywords, but there are a few left that we have to cover. We’ll cover the final keywords that aren’t loop/table-based in this tutorial, and …

  4. Awesome Lua Cheat Sheet · GitHub

    Nov 10, 2025 · Lua is a lightweight, efficient, and versatile scripting language known for its simplicity and extensibility. It was created by Roberto Ierusalimschy, Waldemar Celes, and …

  5. What Is a Lua Keyword + Pro Insights for Clean Syntax

    In this guide, you’ll not only discover what is a lua keyword, but also how to use them effectively, avoid common mistakes, and apply them in real-world coding situations.

  6. Lua cheatsheet

    The one-page guide to Lua: usage, examples, links, snippets, and more.

  7. Lua Keywords: A Beginner’s Guide to Understanding Lua Reserved Words

    Apr 24, 2025 · Learn about Lua keywords, their meanings, and how to use them effectively in your Lua programming journey.

  8. Lua - Basic Syntax - Online Tutorials Library

    A Lua program consists of various tokens and a token is either a keyword, an identifier, a constant, a string literal, or a symbol. For example, the following Lua statement consists of …

  9. Tutorial:Keywords | Roblox Wiki | Fandom

    Keywords are special words that cannot be used as variable names or function names, and control the flow of the script. What are some keywords? The keywords in luau are: List is not …

  10. Lua Programming/Statements - Wikibooks

    Nov 20, 2024 · Also, the following keywords are reserved by Lua and can not be used as names: and, break, do, else, elseif, end, false, for, function, if, in, local, nil, not, or, repeat, return, then, …