public PrgState <T> Execute <T>(PrgState <T> state) { state.AddOut(mExp.Eval(state.GetSymTable(), state.GetHeap()).ToString()); return(null); }