...
Set the value of the item $index (from 0 to n-1) with the value $value, or all values from a list {value_1 ... value_n}.
The value could be the special string “NaN” (not a number)
To set some index the array space must be allocated previously with a size greater of the index.
...