Clears the trace flag for the specified functions
(untrace [function...])
Arguments
untrace has no effect.
A symbol that names a function. If function is not specified,Return Values
untrace. If function was not specified, untrace returns nil.
The last function name passed toExamples
foo:
The following command clears the trace flag for functionCommand: (untrace foo)
FOO