functions:EVAL

example

 Suppose that text variable T=`3+2'

 input      result
 -------------------
 T          `3+2'
 EVAL(T)      5
 =T         `3+2'
 =T+1         6