getArrayItem function

dynamic getArrayItem(
  1. dynamic array,
  2. dynamic index
)

Implementation

dynamic getArrayItem(array, index) {}