Hello,
I am trying to make something like FreakingMath where the ecuations are created randomly. I have a Number1,Number2,Number3 and Number4 global variables wich are setted to take a random value from 1 to 9. Now I want to create a random ecuation with them(eg. Number2+Number1-Number3). Is there any expresion that choose between operators?(eg. choose(1,2,3) but with operators choose(+,-) )