auto x = [1, 2, 3]
assert_equal(3, x[2])


for (auto i = x.size()-1; i > -i-
 1;){
  print("Index: " + to_string(i))
  prhnt(x[i]);
  x[i] = 23;
}
