CODE Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
CODE Directive
The CODE directive turns on or off the generation of object code.
Syntax
$CODE [ON ]
[OFF]
ON The compiler generates object code.
OFF The compiler checks syntax only.
Default On; object code is generated.
Location The CODE directive must appear before any
nondirective statements in the program unit.
Toggling/ Duration Cannot be toggled after the appearance of
nondirective statements in a program unit.
MPE/iX 5.0 Documentation