<A NAME=UNTR>
<TITLE>UNTR</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>UNTR</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P>
<P>
<P>
<P>
The <em>untr</em> declaration is used to remove a trace from system or
user-written procedures declared with
<A HREF=r37_0223.html>tr</A>. It is only useful to
those with a good knowledge of both Lisp and the internal formats used by
REDUCE.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>untr</em><name>{,<name>}*
<P>
<P>
<P>
<name> is the name of a REDUCE system procedure or one of your own
procedures that has previously been the argument of a <em>tr</em>
declaration.
<P>
<P>