[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
COMMENT Enter Multi-line Comment Directive
COMMENT delimiter
text
delimiter [text]
Provides a way to include multi-line comments in source code by
enclosing the multi-line comment between 2 delimiters (both delimiters
are the same character).
Notes: The delimiter is the first non-blank character
following COMMENT. All text until the next occurrence
of the delimiter is ignored.
In addition, any text following but on the same line as
the second delimiter is also ignored.
See Also: ;;
Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson