Difference between revisions of "Table"
From ComputerCraft Wiki
(Redirected page to Table (API)) |
|||
| Line 1: | Line 1: | ||
| − | + | Table may refer to: | |
| + | * [[Table (API)]] An in-built Lua API designed to manipulate tables. | ||
| + | * [[Table (type)]] a type that implements associative arrays that can be indexed with any value besides [[Nil|nil]]. | ||
| + | |||
| + | [[Category:Disambiguation_Pages]] | ||
Latest revision as of 00:24, 24 October 2014
Table may refer to:
- Table (API) An in-built Lua API designed to manipulate tables.
- Table (type) a type that implements associative arrays that can be indexed with any value besides nil.