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] 5 changes the list to [1 5 3 4].
setitem 2 [1 3 3 4] 5
Related commands: