11.2.3 IDENT Directive

The IDENT directive specifies a string that identifies an object module. The compiler places the string in the identification field of an object module when it generates the module for each source program unit. The IDENT directive takes the following form:

cDEC$ IDENT string
c
Is the letter or character that introduces the directive tag (see Section 11.1).
string
Is a character constant containing up to 31 printable characters.

Only the first IDENT directive is effective; the compiler ignores any additional IDENT directives in a program unit or module.


Previous Page Next Page Table of Contents