


If you found information on this site useful and would like to help keep the information free. Feel free to make a donation:

|
|
Name: trace
Syntax: (trace func ...)
Description: Name of the function is displayed each and every time the function is evaluated. This function allows for a simple method of debugging routines.
Example(s): (trace myfunc)
MYFUNC
|
|