Difference between revisions of "Table (API)"
From ComputerCraft Wiki
(Created page with "The table API is a default Lua 5.1 API. Please list any non-working functions below. List of non-working functions: category:APIs") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The table API is a default Lua 5.1 API. Please list any non-working functions below. | The table API is a default Lua 5.1 API. Please list any non-working functions below. | ||
+ | An introductory tutorial can be found at [http://www.computercraft.info/wiki/Tables] | ||
+ | |||
+ | For More informations on Tables, Visit [http://www.lua.org/manual/5.1/manual.html#5.5]. | ||
List of non-working functions: | List of non-working functions: | ||
[[category:APIs]] | [[category:APIs]] |
Latest revision as of 08:59, 23 February 2013
The table API is a default Lua 5.1 API. Please list any non-working functions below.
An introductory tutorial can be found at [1]
For More informations on Tables, Visit [2]. List of non-working functions: