SYSPROG
SYSPROG is an HP Pascal Option.
The SYSPROG compiler option is equivalent to $STANDARD_LEVEL
'EXT_MODCAL'$ (see "STANDARD_LEVEL" in this chapter). It provides
compatibility with Pascal on the HP 9000 Series 300 and 400 machines.
Syntax
$SYSPROG {ON }$
{OFF}
Default OFF.
Location Heading.
Example
$SYSPROG ON$
PROGRAM machine_dependent;
.
.
.