Next: IF ... THEN ...
Up: Control Constructs
Previous: IF Statement
Consider the IF statement
IF (I > 17) Print*, "I > 17"
this maps onto the following control flow structure,
For more information, click here
Next: IF ... THEN ...
Up: Control Constructs
Previous: IF Statement
©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997Not for commercial use.