The $DISPLAY statement displays a message on the standard output
device during compilation or includes a version number in the object file.
General Format


Syntax Rules
- The whole $DISPLAY statement must appear on a single line.
General Rules
- If a $DISPLAY statement is encountered on a source line that is
ignored by conditional compilation, there is neither a compile-time nor a
runtime effect.
- Text-data is displayed on the standard output device during
compilation.
- Version-number is the content of the entire source line following
the "=", excluding leading and trailing spaces.
- The character string formed by concatenating "@(#)",
version-number and a null character (binary zero) is included in the object
file, no matter which type of object file is created. If version-number begins
with the characters "@(#)", the system does not concatenate these characters
when forming the character string.