Done Automatic evaluation of array subscripts?

May 20, 2008
12,169
133
Syracuse, NY, USA
I don't know if this is parser_feasible but it would surely be convenient ... being able to use

Code:
echo %array[%i+1]
set array[%i+2]=foo

instead of

Code:
echo %array[%@eval[%i+1]]
set array[%@eval[%i+2]]=foo