I want to create a var in a for loop, e.g.
for(int i; i<=10;i++) { string s+i = \"abc\"; }
This should create variables s0, s1, s2... to
Use some sort of eval if it is available in the language.
eval