next up previous contents index
Next: find Up: ListType Previous: cons   Contents   Index


delete!


Usage

delete!(l, n)


Signature

delete!: (%, MachineInteger) $\to$ %


Parameter Type Description
l % a list
n MachineInteger an index


Returns

Returns the list $l$ with $l.n$ removed. Does not make a copy of $l$.



Manuel Bronstein 2004-06-28