public void createVar(string name, lolValue lv)
 {
     variableList.Add (name, lv.getCopy());
     MainClass.win.refreshSymbol(this);
 }