FORTRAN 77 Language Reference

Symbolic Names

The items in the following table can have symbolic names:

Table 1-2 Items with Symbolic Names

Symbolic constants 

Variables 

Arrays 

Structures @ 

Records @ 

Record fields @ 

Labeled commons 

Namelist groups @ 

Main programs  

Block data 

Subroutines  

Functions  

Entry points  

The following restrictions apply:

Table 1-3 Sample Symbolic Names

Valid 

Invalid 

Reason  

X2

2X

Starts with a digit. 

DELTA_TEMP

_DELTA_TEMP

Starts with an _ (reserved for the compiler).

Y$Dot

Y|Dot

There is an invalid character |.