7.9.1.13. GEL CommentsΒΆ

GEL supports standard C and C++ style comments within a file. Comments delimited by the characters /* and */ may span several lines. Comments preceded by the characters // may continue until the end of the line.

___

Example:

/* this comment
spans two lines */
// this comment continues to the end of this line

___

See also:

GEL Functions: Alphabetical List