Arrays are currently ordered like “add (item) to [array]”; while this may seem more natural, it makes you have to read code backwards. While that may be fine for Arabic, it doesn’t work well in English.
I suggest that array inputs should be ordered in the natural reading direction of the language: for English, it should be ordered as “in [array] add (item)”. It just reads better.