Document Templates : DGL Statements : Structure Statements : Comment Statement

Comment Statement

Statement Syntax:

-- free text

DGL may include programmer comment lines in the template. These are lines of free text that are not interpreted or handled by the Documentor during execution. Such comments are useful for documentation purposes.

Comments are preceded by two dashes. The comment symbol may start anywhere in a line, except within a literal string. All characters after the comment symbol until the end of the line are ignored.

An example of a comment:

-- This line contains program comments