15.1.12 MESSAGE Directive

The MESSAGE directive specifies a character string to be sent to the standard output device during the first compiler pass; this aids debugging.

This directive takes the following form: [See Note]

cDEC$ MESSAGE:string

c
Is one of the following: C (or c), !, or * (see Section 15.1.1).


string
Is a character constant specifying a message.

Examples

Consider the following:

 !DEC$ MESSAGE:'Compiling Sound Speed Equations'

Note: The following form is also allowed: !MS$MESSAGE:string

For More Information:

For details on syntax rules for all general directives, see Section 15.1.1.


Previous Page Next Page Table of Contents