SCF Reference Manual for G-Series RVUs (G06.27+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-005
5-42
COMMENT Command
COMMENT Command
The COMMENT command allows you to put descriptive text into command files.
Following this command, all text on the same line is ignored.
text
consists of one or more printable characters.
Consideration
This command has the same function as two or more equals sign characters ==
appearing at the beginning of a command line. Use of the characters == is described
under Entering a Comment Line on page 4-11.
Examples
•
The following COMMENT commands appear at the beginning of a file to describe
the contents of the file:
COMMENT This file contains commands for starting the system
COMMENT named "\COS".
•
The same comment can appear in the file as follows:
== This file contains commands for starting the system
== named "\COS".
COMMENT [ text ]