LITERAL_ALIAS Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
LITERAL_ALIAS Directive
The LITERAL_ALIAS directive determines whether external names appearing
in the ALIAS directive and the EXTERNAL_ALIAS directive are to have their
case shifted or left as is.
Syntax
$LITERAL_ALIAS [ON ]
[OFF]
ON Any external names in an ALIAS directive or an
EXTERNAL_ALIAS directive are processed just as they
appear; that is, they are neither upshifted or
downshifted. This permits mixed-case external names.
OFF External names are either upshifted or downshifted,
depending on the setting of the UPPERCASE directive.
Default Off; external names are either upshifted or
downshifted, depending on the setting of the
UPPERCASE directive.
Location The LITERAL_ALIAS 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