table
Provides functions for manipulating tables. Accessed via table.<function>.
table.<function>
table.concat(list, [sep, [i, [j]]])
i
j
sep
table.foreach(table, f)
f
table.foreachi(table, f)
table.insert(list, [pos,] value)
value
list
pos
table.maxn(table)
table.remove(list [, pos])
table.sort(list [, comp])
table.getn(table)
#
table.setn(table, n)