m
no edit summary
(The # operator is NOT syntactic sugar, table.getn() is deprecated and # MUST be used) |
mNo edit summary |
||
| Line 4: | Line 4: | ||
table.getn(table) | table.getn(table) | ||
{{ | {{ambox | ||
|border=red | |||
|type='''Warning: This article discusses use of a deprecated function.''' | |||
|info=*This function should no longer be used in Lua 5.1 and may be removed in the future. | |||
*Use of it will result in potential future incompatibility.}} | |||
This is used to determine the size of a table. The size of a table is discussed at the top of this page. | This is used to determine the size of a table. The size of a table is discussed at the top of this page. | ||