Turtle and Observer Command

setitem, setitem number [list of data] thing

Sets the element at the number'th position in [list of data] to thing.

Examples:
setitem 2 [1 3 3 4] 2 changes the list to [1 2 3 4].

Related commands: