CROSSREF Manual

CROSSREF COMMANDS
Example
COMMENT COMMAND
The COMMENT command allows you to add comments to the log of your
CROSSREF session. The syntax of the COMMENT command is:
COMMENT
text
text
is any text you want to print as a comment.
Considerations
• See the description of the LOG command in this section for
information on creating a log of your CROSSREF session.
• To continue a comment on the following line, end the current
line with an ampersand (&).
• You can use the COMMENT command to record comments that you
intend to use as a CROSSREF input file.
Example
The following example prints comments to the log file named
MYLOG:
&LOG TO mylog
&COMMENT This is sample comment text...
&SET LANGUAGE tal
&SCAN ncgsect1
&LOG STOP
&GENERATE /OUT $s.#lp1/
&EXIT
15>
4-5