TRACE
Syntax MAKE "TRACE number 
 
Explanation

TRACE is a pre-defined name that allows monitoring of procedure or command line execution. TRACE displays each step of a procedure in the trace window without pausing as it is run. TRACE displays the current step being evaluated as well as the procedure name, if any, line, and output.

TRACE can be assigned a combination of the following values:
 

1 Procedure calls and the execution of procedures
2 Assignments of values
4 Assignments of properties
8 Garbage collections

Examples

TopIndex