Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / System Interface / Mathematica Sessions /

Out

FilledSmallSquare %n or Out[n] is a global object that is assigned to be the value produced on the n output line.

FilledSmallSquare % gives the last result generated.

FilledSmallSquare %% gives the result before last. %% ... % (k times) gives the k previous result.

FilledSmallSquare Out[ ] is equivalent to %.

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

FilledSmallSquare See Section 1.2.1, Section 1.3.3, Section 1.3.4 and Section 2.14.1.

FilledSmallSquare See also: In, $Line, $HistoryLength, MessageList.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.