ah so you as well want arrays, i gave alex so many examples, so many situations of why we should use arrays and he still did not see why we should have it! ALEX!!!! its not too hard of thing to bring in is it?
how about make it exclusive to scripting only so that you could have:
%VARORARRAY(10) #creates an array called VARORARRAY with 10 indexes
%VARORARRAY[0] = 3 #the first index in the array is 3
so it can be as simple as that, dont need to name each one in the array, jsut call them from their index number so you dont need to make new syntax for an array, eg, to use arrays instead of % it is & and what i am saying is that does not need to happen, it does not need to be &array[0] = %nameofthefirstindex, %nameofthefirstindex = 3...