141142143144145146147148149
Object o = eval.evaluate(s); stack.set(stack.pointer, o.toString()); //stack.pointer++; return o; } catch (Exception e) { throw new WrongValuesException(simbol); } }