Alright, last topic I'm making for a while.
Is it possible to define a variable to use for an operator in an equation?
Like
%mathanswer = %first %operator %last;
and if %first = 1 and %last = 5 and %operator = +
That has syntax errors, but when I replace %operator with + itself it works.
How would I get this to work?