next up previous contents index
Next: Blanks Up: Program Structure and Layout Previous: Program Structure and Layout

The Fortran Character Set

  The only characters needed to write Fortran programs, and the only ones that should be used in portable software, are those in the Fortran character set:

tabular217

tabular224

Although this character set is somewhat limited, it is at least universally available, which helps to make programs portable. What suffers is program legibility: lower-case letters are absent and it is necessary to resort to ugly constructions like .LT. and .GT. to represent operators like < and >. Some of the special characters, such as the asterisk and parentheses, are also rather overloaded with duties.



Mario Storti
Wed Nov 4 19:32:56 ART 1998