HP Fortran Programmer's Reference (September 2007)

Chapter 6 137
6 Execution control
The normal flow of execution in a Fortran 90 program is sequential. Statements execute in the
order of their appearance in the program. However, you can alter this flow. The following
topics, described in this chapter, describe how to achieve this: