storeElement
Store an element into the array at a given position The position is defined by the top integer of the stack The value is taken from the stack below the long
Store an element into the array at a given position The value is given as argument, the value is taken from the top of the stack
Parameters
index
the index to store the element in
Store an element into the array at a given position
Parameters
index
the index to store the element in
value
the value to store into the array