HU/table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
A table is an array-like data storage type. They are mostly used for bigger data storage. | A table is an array-like data storage type. They are mostly used for bigger data storage. | ||
Tables can be indexed not only with numbers but also with other data types, for example with strings and MTA [[elements]].<br /> | Tables can be indexed not only with numbers but also with other data types, for example with strings and MTA [[elements]].<br /> | ||
Itt egy lista az összes alapértelmezett táblázatkezelési funkciójának a Luából. | |||
* [http://www.lua.org/manual/5.1/manual.html#pdf-table.concat table.concat] | * [http://www.lua.org/manual/5.1/manual.html#pdf-table.concat table.concat] |
Revision as of 13:19, 19 July 2018
A table is an array-like data storage type. They are mostly used for bigger data storage.
Tables can be indexed not only with numbers but also with other data types, for example with strings and MTA elements.
Itt egy lista az összes alapértelmezett táblázatkezelési funkciójának a Luából.
Lásd még
Fordította
Surge