Major Section: TRACE
Examples: (untrace$) ; untrace all traced functions (untrace$ foo bar) ; untrace foo and barwhere theGeneral Forms: (untrace$) ; untrace all traced functions (untrace$ fn1 fn2 ... fnk) ; untrace the indicated functions
fni
are defined or even constrained functions.
Untrace$
undoes the effect of trace$
. See trace$.
Untrace
returns nil