Artifact abb8d4b0f57687dc8e54f2184f1c4225114296a7bc4943a848d64379886a68f7:
- Executable file
r37/lisp/csl/html/r37_0133.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: 997) [annotate] [blame] [check-ins using] [more...]
<A NAME=SAVEAS> <TITLE>SAVEAS</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SAVEAS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> The <em>saveas</em> command saves the current workspace under the name of its argument. <P> <H3> syntax: </H3> <P> <P> <em>saveas</em><identifier> <P> <P> <P> <identifier> can be any valid REDUCE identifier. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT></TT></PRE><P>(The numbered prompts are shown below, unlike in most examples)<P><PRE><TT> 1: solve(x^2-3); {x=sqrt(3),x= - sqrt(3)} 2: saveas rts(0)$ 3: rts(0); {x=sqrt(3),x= - sqrt(3)} </TT></PRE><P> <P> <P> <em>saveas</em>works only for the current workspace, the last algebraic expression produced by REDUCE. This allows you to save a result that you did not assign to an identifier when you originally typed the input. For access to previous output use <A HREF=r37_0184.html>ws</A>. <P> <P> <P>