Next: IF Statement
Up: Control Constructs
Previous: Control Constructs
Control constructs allow
the normal sequential order of execution to be changed.
Fortran 90 supports:
- conditional execution statements and constructs,
(IF ... and IF ... THEN ... ELSE ... END IF);
- loops, (DO ... END DO);
- multi-way choice construct, (SELECT CASE);
For more information, click here
Next: IF Statement
Up: Control Constructs
Previous: Control Constructs
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.