Top: f77
Previous: 6,6 - Nonprintable_Characters Next: 7,1 - DEFINE_FILE
Section 7: Compatibility_Features
DEC Fortran provides the following language features to facilitate
compatibility with other versions of Fortran:
o The DEFINE FILE, ENCODE, DECODE, and FIND statements
o A NOF77 interpretation of the EXTERNAL statement
o Octal forms of integer constants
o An alternative syntax for the PARAMETER statement
o The VIRTUAL statement
o The AND, OR, XOR, IMAG, LSHIFT, and RSHIFT intrinsic functions
o An alternative syntax for bit constants
o C-style escape sequences
o An alternative syntax for a record specifier
These language features are particularly useful in transporting
older Fortran programs to systems on Alpha AXP or RISC processors.
However, you should avoid using them in new programs on these
systems, and in new programs for which portability to other
FORTRAN-77 implementations is important.
Sub-Topics
- DEFINE_FILE
- ENCODE_and_DECODE
- FIND
- NOF77_EXTERNAL
- Octal_Notation
- PARAMETER
- VIRTUAL
- Intrinsic_Functions
- Bit_Constant_Syntax
- C-Style_Escape_Sequences
- Record_Specifier_Syntax
Top: f77
Previous: 6,6 - Nonprintable_Characters Next: 7,1 - DEFINE_FILE