Lua-users.org
| Lua-users Wiki, collaborative site for Lua programmers; Lua-l archive, searchable
body of official Lua mailing list; Lua-users.org mini charter. |
Lua Cheia
| A Lua distribution with incorporated many useful libraries. Libraries can be
loaded dynamically, or it can be built in into the interpreter. |
lua-users wiki: Home Page
| Welcome to the lua-users wiki, a collaborative web site for Lua programmers.
This wiki assumes you are already familiar with the contents of the official ... |
Index of /lottery/
| Index of /lottery/. v Name Last Modified Size _____________________________________________________________
Parent directory 2002-07-12/ 18 Nov 02 09:15 ... |
lua-users wiki: Lua Editor Support
| Editor support may include syntax highlighting, auto-formatting, syntax checking,
build and debug integration, etc. The following editors have some Lua ... |
lua-users wiki: Retired Lua Faq
| How are block comments done in Lua? Lua 5.0 now has a block comment syntax:.
--Double-dashes begin a single-line comment --[[Double-dashes immediately ... |
lua-users wiki: Lua Versus Unreal Script
| Introduction. UnrealScript is a programming language designed to map naturally
onto the needs of game programming within [Epic Games]' Unreal Engine. ... |
lua-users wiki: Ascii Menu
| menu.lua ------------------------------------------------------------------ do
local curriedMethod, method, meta = {}, {}, {} -- __index either executes a ... |
lua-users wiki: Python Dictionaries
| Introduction. Lua's table type is a multipurpose container which is somewhere in
between Pythons list and dictionary types. The listing below emulates ... |
lua-users wiki: Libraries And Bindings
| This page is part of LuaAddons. Please read the instructions there before making
changes to this list. For older libraries and bindings, ... |