val array = IntArray(10) for (i in array.indices) { array[i] = i }