Qore Programming Language Reference Manual
0.9.3.2
|
Comments are allowed in Qore scripts; line comments are preceded by a hash "#"
, and block comments are made C-style, ex:
For line comments, all text following a hash until the end-of-line character "\n"
is considered a part of the comment.
For block comments, all text in the block comment is ignored by the parser.
Here is an example Qore script containing comments: