Artifact 660d464938872afb13cd88de70f940a4d4fd56feb30d1b7382bbb52d9adbe273:
- Executable file
r37/lisp/csl/html/r37_0232.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: 1348) [annotate] [blame] [check-ins using] [more...]
<A NAME=INPUT> <TITLE>INPUT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>INPUT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> <P> <P> The <em>input</em> command returns the input expression to the REDUCE numbered prompt that is its argument. <P> <H3> syntax: </H3> <P> <P> <em>input</em>(<number>) or <em>input</em> <number> <P> <P> <P> <P> <number> must be between 1 and the current REDUCE prompt number. <P> <P> An expression brought back by <em>input</em> can be reexecuted with new values or switch settings, or used as an argument in another expression. The command <A HREF=r37_0184.html>ws</A> brings back the results of a numbered REDUCE statement. Two lists contain every input and every output statement since the beginning of the session. If your session is very long, storage space begins to fill up with these expressions, so it is a good idea to end the session once in a while, saving needed expressions to files with the <A HREF=r37_0133.html>saveas</A> and <A HREF=r37_0233.html>out</A> commands. <P> <P> Switch settings and <A HREF=r37_0199.html>let</A> statements can also be reexecuted by using <em>input</em>. <P> <P> An error message is given if a number is called for that has not yet been used. <P> <P> <P>