A type of source code comment. As everybody might know, comments are the text fragments that are ignored by the parser.
Union case | Description |
Full Usage:
BlockComment(BlockStart, BlockEnd)
Parameters:
string
BlockEnd : string
|
A block comment. It starts when the first literal is encountered, and ends when when the second literal is encountered.
|
Full Usage:
LineComment string
Parameters:
string
|
A line comment. It starts when the given literal is encountered, and ends when the line ends.
|