Usage
table()
table n
Signature
table: MachineInteger %
| Parameter | Type | Description |
|---|---|---|
| n | MachineInteger | a starting size (optional) |
Returns
Returns an empty table with initial space for n entries. That space grows when needed as elements are inserted in the table.
See Also
[]