public int Eval(ISymbolTable <string, int> dict)
 {
     return(dict.GetValue(this.varName));
 }