Tagged Questions
5
votes
2answers
58 views
Obtain input expression from history without evaluating
I typed and evaluated an expression, but deleted it from the notebook. For instance, suppose it was
In[1]:= Round@SessionTime[]
Out[1]= 2
I now want to retrieve ...
