To see a brief description of tracer commands, type help at the command line. See also Tracer commands.
To place comments in a tracer command, precede the comment text with two forward slashes. The portion of the line from the slashes to the end of the line is considered a comment. For example:
trace B[5] relations // Displays a message whenever a
// relation of B[5] is modified.