VERSION [ HP Pascal/iX Reference Manual ] MPE/iX 5.0 Documentation
HP Pascal/iX Reference Manual
VERSION
VERSION is an HP Pascal Option.
The VERSION compiler option specifies a string for the compiler to put in
the version identification area of the current object module. The
purpose of VERSION is to allow you to include the version number of your
code in this area.
Syntax
$VERSION string_literal$
Parameter
string_literalAny string of characters (including unprintable
characters).
Default Not applicable.
Location Anywhere.
Example
PROGRAM prog;
$VERSION 'A.00.00'$
BEGIN
.
.
.
END.
The compiler puts the string A.00.00 in the version identification area
of the object module that contains the program prog.
A compilation unit can have multiple VERSION compiler options.
MPE/iX 5.0 Documentation