I don't know if this is parser_feasible but it would surely be convenient ... being able to use
instead of
Code:
echo %array[%i+1]
set array[%i+2]=foo
instead of
Code:
echo %array[%@eval[%i+1]]
set array[%@eval[%i+2]]=foo