Artifact eca96bd7d6554685232dd27024e3962491f17d40faca760136ad0e6acbfb0fb6:
- Executable file
r37/lisp/csl/html/r37_0126.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 1074) [annotate] [blame] [check-ins using] [more...]
<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>