XL Fortran for AIX 8.1

Language Reference


Branching

You can also alter the normal execution sequence by branching. A branch transfers control from one statement to a labeled branch target statement in the same scoping unit. A branch target statement can be any executable statement except a CASE, ELSE, or ELSE IF statement.

The following statements can be used for branching:

The following input/output specifiers can also be used for branching:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]