Artifact 12acc790df92b57a8a194f5d945d0f8ba013f23aae8cc1ed94323650cb351bb9:
- Executable file
r37/lisp/csl/html/r37_0221.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: 639) [annotate] [blame] [check-ins using] [more...]
<A NAME=SYMBOLIC> <TITLE>SYMBOLIC</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>SYMBOLIC</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> The <em>symbolic</em> command changes REDUCE's mode of operation to symbolic. When <em>symbolic</em> is followed by an expression, that expression is evaluated in symbolic mode, but REDUCE's mode is not changed. It is equivalent to the <A HREF=r37_0202.html>lisp</A> command. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> symbolic; NIL cdr '(a b c); (B C) algebraic; x + symbolic car '(y z); X + Y </TT></PRE><P>