public PrgState execute(PrgState prgState) { prgState.getOut().add(exp.evaluate(prgState.getSymTable())); return(prgState); }