Remove

Name

Remove -- Removes an element from a list

Synopsis

Remove[list->NLIST(T), n->INTEGER] =: LIST(T) 

Description

Remove removes the nth element from list. A copy of the list with the element removed is returned. It is an error if n is nonpositive, or if n is greater than the length of list.