Mathematica > Systems Interfaces & Deployment > Mathematica Sessions > Mathematica Session History >
Mathematica > Notebooks and Documents > Notebook Basics > Managing Computations in Notebooks > Mathematica Session History >

Out (%)

%n or Out[n]
is a global object that is assigned to be the value produced on the n^(th) output line.
%
gives the last result generated.
%%
gives the result before last. %%...% (k times) gives the k^(th) previous result.
  • Out[] is equivalent to %.
  • Out[-k] is equivalent to %%...% (k times).
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team