CONTINUE statement

Standard: F77 F90 F95 F2003 F2008 F2018 Example program


<Syntax>

CONTINUE

<Semantics>

This is an executable statement that has no effect. If it has a label it may be branched to or used as the terminating statement of a DO loop. (This latter use is redundant in Fortran 90 and later.)

<Related>

CYCLE statement, DO construct, DO WHILE statement, END DO statement, END= specifier, EOR= specifier, ERR= specifier, EXIT statement, GO TO statement