storeElement

Store an element into the array. The index is the first integer on the stack. The element value is the long below it


fun storeElement(index: Int)(source)

Store an element into the array. The index is given as argument. The element value is the top long on the stack.

Parameters

index

the index of the array to store the element in


fun storeElement(index: Int, value: Long)(source)
fun storeElement(index: Int, value: Double)(source)

Store an element into the array. Both index and value are given as arguments

Parameters

index

the index of the array to store the element in

value

the value to store into the index