Major Section: TRACE
Examples: (untrace$) ; untrace all functions previously ; traced with trace$, trace!, or trace* (untrace$ foo bar) ; as above, except only untrace foo and barwhere theGeneral Forms: (untrace$) ; untrace all (as noted above) (untrace$ fn1 fn2 ... fnk) ; untrace the indicated functions
fni
were previously traced with trace$
, trace!
, or
trace*
.
Untrace$
undoes the effect of trace$
. See trace$. The value
returned by untrace$
gives the list of functions for which tracing is
being removed.