Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team