Implements the TR function of Proc from TCL.
TRACE proc-name parameters
proc-name is the name of the Proc to trace.
parameters are the parameters the Proc specified by proc-name is expecting.
When you call a Proc with TRACE, the Proc need not include a TR command.