VMS Help FORTRAN, Statements, CONTINUE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Transfers control to the next executable statement. The CONTINUE statement is used primarily as the terminal statement of a labeled DO loop when that loop would otherwise end improperly with a GOTO, arithmetic IF, or other prohibited control statement. Statement format: CONTINUE
|