There are a couple of things but here is what I think the reason is:
Get 0 + Get 1, works with an array with two elements.
But you set array
by make array
with one element
which is get 0 + N
so in short, when you try to add index 0 and 1, index 1 does not exist.