Reference Manual of the Programming Language Lua 3.2
Content Inside: Lua is a programming language originally designed for extending applications, but also fre-
quently used as a general-purpose, stand-alone language. Lua combines simple procedural syn-
tax similar to Pascal with powerful data description constructs based on associative arrays and
extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic
memory management with garbage collection, making it ideal for con guration, scripting, and
rapid prototyping.
This document describes version 3.2 of the Lua programming language and the API that
allows interaction between Lua programs and their host C programs.
Source: www.lua.org
Share it with your favorite bookmark service: