index list
Returns the new list with the element in the index position removed from the specified list. The input list is not changed.
index
list
Examples: remove 5 [2 4 6 8 10 12] returns [2 4 6 8 12].
remove 5 [2 4 6 8 10 12]
Related commands: fput lput se list? insert