EVAL: Evaluation of the contents of string variables

syntax: EVAL(x)

Where x can be any valid math expression or any combination of string variables For example: the variable $A can contain the string "$B^2" and the command EVAL($A) would give the result of the contents currently stored in the variable $B squared.