<A NAME=DISPLAY>
<TITLE>DISPLAY</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>DISPLAY</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P>
<P>
<P>
<P>
When given a numeric argument <n>, <em>display</em> prints the <n>
most recent input statements, identified by prompt numbers. If an empty
pair of parentheses is given, or if <n> is greater than the current
number of statements, all the input statements since the beginning of
the session are printed.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>display</em>(<n>) or <em>display</em>()
<P>
<P>
<P>
<n> should be a positive integer. However, if it is a real number, the
truncated integer value is used, and if a non-numeric argument is used, all
the input statements are printed.
<P>
<P>
The statements are displayed in upper case, with lines split at semicolons or
dollar signs, as they are in editing. If long files have been input during
the session, the <em>display</em> command is slow to format these for
printing.
<P>
<P>
<P>