Table

From ComputerCraft Wiki
Revision as of 00:24, 24 October 2014 by Mitterdoo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.