next up previous contents index
Next: Utilities Up: TableType Previous: set!   Contents   Index


table


Usage

table()
table n


Signature

table: MachineInteger $\to$ %


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

[]



Manuel Bronstein 2004-06-28