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.

Details

  • Out[] is equivalent to %.
  • Out[-k] is equivalent to %%% (k times).

Examples

Basic Examples  (1)

Given a sequence of inputs:

Recall the outputs:

Wolfram Research (1988), Out, Wolfram Language function, https://reference.wolfram.com/language/ref/Out.html.

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

BibTeX

@misc{reference.wolfram_2023_out, author="Wolfram Research", title="{Out}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/Out.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_out, organization={Wolfram Research}, title={Out}, year={1988}, url={https://reference.wolfram.com/language/ref/Out.html}, note=[Accessed: 19-March-2024 ]}