Turtle and Observer Command

remove index list

Returns the new list with the element in the index position removed from the specified list. The input list is not changed.

Examples:
remove 5 [2 4 6 8 10 12] returns [2 4 6 8 12].

Related commands:
fput lput se list? insert