next up previous contents
Next: IF Statement Up: Control Constructs Previous: Control Constructs

 

Control Flow

 

All structured programming languages need constructs which provide a facility for conditional execution. The simplest method of achieving this functionality is by using a combination of IF and GOTO which is exactly what FORTRAN 66 supported. Fortran has progressed since then and now includes a comprehensive basket of useful control constructs. Fortran 90 supports:

and less importantly,




next up previous contents
Next: IF Statement Up: Control Constructs Previous: Control Constructs

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 15:03:35 GMT 1996
Not for commercial use.