SAVEAS _ _ _ _ _ _ _ _ _ _ _ _ command
The saveas command saves the current workspace under the name of its argument.
saveas<identifier>
<identifier> can be any valid REDUCE identifier.
(The numbered prompts are shown below, unlike in most examples)
1: solve(x^2-3); {x=sqrt(3),x= - sqrt(3)} 2: saveas rts(0)$ 3: rts(0); {x=sqrt(3),x= - sqrt(3)}
saveasworks 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 ws.