Comment Statement
- Last UpdatedDec 08, 2025
- 1 minute read
The purpose of this statement is to introduce comments in the input scheme.
A COMMENT statement may occur anywhere after the identifier statement in an input scheme.
Syntax:
|
COMMENT, <char> (0 ...); |
<char>::= <letter>|<digit>|<special_character> |=|,|/
Example:
COM, THIS IS A COMMENT;