Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Input and Output /  Messages /

On

FilledSmallSquare On[symbol::tag] switches on a message, so that it can be printed.
FilledSmallSquare On[s] switches on tracing for the symbol s.
FilledSmallSquare On[, , ... ] switches on several messages.
FilledSmallSquare On[ ] switches on tracing for all symbols.

FilledSmallSquare When tracing is switched on, each evaluation of a symbol, on its own, or as a function, is printed, together with the result.
FilledSmallSquare Note that the tracing information is printed when a function returns. As a result, traces of recursive functions appear in the opposite order from their calls.
FilledSmallSquare On[s] is equivalent to On[s::trace].
FilledSmallSquare On[ ] is equivalent to On[s::trace] for all symbols.
FilledSmallSquare See The Mathematica Book on the web: Section 1.3.11 and Section 2.8.21.
FilledSmallSquare See also: Off.