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