/sys$common/syshlp/helplib.hlb FORTRAN, Statements, PROGRAM *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Begins a main program. The PROGRAM statement is optional; when used, it can only be preceded by comment lines or an OPTIONS statement. Statement format: PROGRAM nam nam Is a symbolic name for the program. The name must be unique among all global names in the program. If no PROGRAM statement begins the program, the program name defaults to filename$MAIN, where filename is the name of the file containing the program.
|