Chapter 3 - Control Flow


This chapter looks at the main techniques to control the flow of a program during execution. Once the concepts of logical relations is covered, these are used to create decision constructs of increasing complexity. These IF constructs are supported by numerous complete program examples.

A new SELECT CASE construct introduced with FORTRAN 90 is the last element covered in this chapter.


Have a look at the sample prograns for this chapter

Come back to the main page