Previous Topic: Syntax RulesNext Topic: Invoking Other Models


Examples

Example 1

Example 1 shows a comment statement in the middle of a Model Control Statement.

@   IF KEYWORD = 'ABC'         @*   THIS IS A COMMENT

Example 2

Example 2 shows a comment at the beginning of a statement.

@*  THIS WHOLE LINE IS A COMMENT

Example 3

Example 3 shows an attempt to specify a comment in the middle of a Model Data Statement.

This line is a data line       @*   including this comment

This entire line, including: "@* including this comment", is written as part of the model output.