Artifact 6f2b34e255e793708430f5dbc13500ee41bde9d7f5c179b9c41029007b02597e:
- Executable file
r37/lisp/csl/html/r37_0008.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: 535) [annotate] [blame] [check-ins using] [more...]
<A NAME=EVAL_MODE> <TITLE>EVAL_MODE</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>EVAL\_MODE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>variable</B><P> <P> <P> <P> The system variable <em>eval_mode</em> contains the current mode, either <A HREF=r37_0186.html>algebraic</A> or <A HREF=r37_0221.html>symbolic</A>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> EVAL_MODE; ALGEBRAIC </TT></PRE><P>Some commands do not behave the same way in algebraic and symbolic modes. <P> <P> <P>