VMS Help  —  FORTRAN  Statements  CONTINUE
  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

  The statement by itself does nothing and has no effect on program
  results or execution sequence.
Close Help