UNTRACE contentslist
Turns off tracing for the named items.
UNTRACE does not throw an error if it is asked to untrace a procedure, variable, or property list that is not being traced, but doing so has no effect.
TO MYPRINT :a PRINT :a END MYPRINT "Hello
HelloTRACE "MYPRINT MYPRINT "Hello
( MYPRINT "Hello ) HelloUNTRACE "MYPRINT MYPRINT "Hello
Hello
TRACE |
The Trace Button |