This book uses the following highlighting conventions:
Small blocks of relevant text are surrounded by the
(FORTRAN 95 Begins) and
(FORTRAN 95 Ends) icons. For example:
Large blocks of relevant Fortran 95 information are denoted as follows:
+---------------------------------Fortran 95---------------------------------+
Here is a paragraph containing relevant Fortran 95 information.
+-----------------------------End of Fortran 95------------------------------+
Small blocks of relevant text are surrounded by the
(IBM Extension Begins) and
(IBM Extension Ends) icons. For example:
Large blocks of relevant IBM extensions to Fortran 90 or Fortran 95 information are denoted as follows:
+-------------------------------IBM Extension--------------------------------+
Here is a paragraph containing relevant IBM extensions to the Fortran 90 or Fortran 95 standards.
+----------------------------End of IBM Extension----------------------------+
IBM Extensions to the Fortran 90 or Fortran 95 standards include:
Fortran keywords, commands, statements, directives, intrinsic procedures, compiler options, and filenames are shown in bold: for example, OPEN, COMMON, and END.
References to other sources of information appear in italics. Variable names and user-specified names appear in lowercase italics: for example, array_element_name.
Syntax diagrams that contain elements that belong to a specific standard will be identified appropriately in the text that follows the diagram, or in a note in the diagram itself. For example, the syntax diagram for the ELSEWHERE statement (ELSEWHERE) belongs to the Fortran 90 standard. However, it also contains the Fortran 95 option where_construct_name. This option is appropriately highlighted in both the text that follows, and in the syntax diagram.