Turtle, Observer, Patch

remove index [list]

Parameters:
index Number position in list of element to remove
[list] List list with element to remove

Description:
Reports 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] reports [2 4 6 8 12].

Related Commands:
insert item list member? position remove-element sentence setitem