Start comment lines.
COMMENTdelimiter
.
.
delimiter
The COMMENT directive is used to define one or more lines as comments. The first non-blank character after the COMMENT directive is the comment delimiter. The two delimiters are used to define the comment text. The line containing the second comment delimiter is considered the last line of the comment. The comment text can include any printable characters and the comment text is reproduced in the source listing as it appears in the source file.
A label is not allowed with this directive.
COMMENT + This is a one line comment +
COMMENT * This is a multiple line
comment. Any number of lines
can be placed between the
two delimiters.
*