VMS Help  —  FORTRAN  Statements  GOTO  Unconditional
  Transfers control unconditionally to the same statement every time
  the GO TO is executed.  Statement format:

     GO TO s

     s  Is the label of an executable statement that is
        in the same program unit as the GO TO statement.
Close Help