Victor Hugo Germano
Results
1
comments of
Victor Hugo Germano
One possibility is to pre-define the variables. Although this doesn't work: eval "variable = 1" print variable If you define the variables before, it will work: variable = 10 eval...