Out
%n or Out[n]
is a global object that is assigned to be the value produced on the n output line.
%
gives the last result generated.
%%
gives the result before last. %%…% (k times) gives the k previous result.
Examples
open allclose allScope (2)
Applications (1)
Evaluate DownValues for Out to see what outputs are stored:
Do the same by looking at Information for Out:
Properties & Relations (5)
A combinations of n % signs is equivalent to Out[-n]:
Referencing an output number greater than the total number of outputs returns unevaluated:
If $HistoryLength is finite, only the $HistoryLength most recent values of Out will have a value:
The value of $Line corresponds to the numbers in In and Out:
Text
Wolfram Research (1988), Out, Wolfram Language function, https://reference.wolfram.com/language/ref/Out.html.
CMS
Wolfram Language. 1988. "Out." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Out.html.
APA
Wolfram Language. (1988). Out. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Out.html