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