Comment Delimiters
To indicate comments in interactive QUEL, use "/*" and "*/" (left and right delimiters, respectively). F or example:
/* This is a comment */
When you use "/*...*/" to delimit a comment, the comment can continue over more than one line. For example,
/* Everything from here...
...to here is a comment */
To indicate comments in embedded QUEL, precede the comment delimiters with "##". For example:
## /* This is an EQUEL comment */
In embedded QUEL you can also use host language comment delimiters. For information about comment delimiters, see the Embedded QUEL Companion Guide.
Last modified date: 08/29/2024