Artifact 28e16efedbbf079c563934a063be222107e19e0a232d23fcc7b57ad3903f4a6d:
- Executable file
r37/lisp/csl/html/r37_0224.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: 692) [annotate] [blame] [check-ins using] [more...]
<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>