VMS Help FORTRAN, Error Messages, Compilation Errors, INCLABUSE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SEVERITY: F MESSAGE TEXT: Inconsistent usage of statement label EXPLANATION: Labels of executable statements were confused with labels of FORMAT statements or with labels of nonexecutable statements. Example: GO TO 10 10 FORMAT (I5)
|