$* compiler directive |
|
|
The $* directive inserts user supplied text into the object code.
Format
$* text
where
The $* directive allows a developer to embed text into the compiled object code. This text can be printed using the FIND.PROGRAM command.
Example
$* Version 3.7
See also: |