<A NAME=LISP>
<TITLE>LISP</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>LISP</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P>
<P>
The <em>lisp</em> command changes REDUCE's mode of operation to symbolic. When
<em>lisp</em> is followed by an expression, that expression is evaluated in
symbolic mode, but REDUCE's mode is not changed. This command is
equivalent to
<A HREF=r37_0221.html>symbolic</A>.
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
lisp;
NIL
car '(a b c d e);
A
algebraic;
c := (lisp car '(first second))**2;
2
C := FIRST
</TT></PRE><P>