allow stuff like this: my_array = [1, 2, 5] my_array[2] = 3
allow stuff like this:
my_array = [1, 2, 5]
my_array[2] = 3