next up previous contents index
Next: delete! Up: ListType Previous: append!   Contents   Index


cons


Usage

cons(x, l)


Signature

cons: (T, %) $\to$ %


Parameter Type Description
x T an entry
l % a list


Returns

Returns the list $[x, l]$. Does not make a copy of $l$.


See Also

append!



Manuel Bronstein 2004-06-28