Parent Topic: Language

COMMENTS

The COMMENT (`!') statement allows documentation to be put into the model. These have no effect on the execution of the model. They can appear anywhere in the model and can be used in-line. Once a comment is encountered, the rest of the line is considered a comment.

 Syntax:    ! text

 Example:   ! This line could give the author's name
            !
            %6 = 257;     !This is an in-line comment

Parent Topic: Language
About PCI Help Gateway