Syntax: |
SET COMMENT s
|
Default: |
comment delimiter = !
|
Note: The value of the COMMENT
characteristic is a string and not a
numeric value. So, if you enter:
GET COMMENT X
the variable X
will be a string variable.
The SET COMMENT
command changes the comment delimiter. The default comment delimiter is an exclamation mark,
!
.
In a script file, when a comment delimiter is encountered, everything from that delimiter to the end of that line is considered a comment and is ignored.