number [list of data] thing
Sets the element at the number'th position in [list of data] to thing.
number
[list of data]
thing
Examples: setitem 2 [1 3 3 4] 2 changes the list to [1 2 3 4].
setitem 2 [1 3 3 4] 2
Related commands: