COMMENT Command
COMMENT — Insert a comment in a logic block.
Introduction
The COMMENT command can be used
to insert any type of comment in the
logic block. This command will be ignored at validate time and will
therefore not be executed at run-time. It is for documention
purposes only.
Arguments
text
|
The text can hold any alphanumeric character.
|
Example
. . .
. . .
COMMENT ***********************************
COMMENT *** Order processing starts here:
COMMENT ***********************************
. . .
. . .