Fortran Main Program

A FORTRAN main program. If the PROGRAM statement is not given, a main program entity will still be created. The name will be “(Unnamed_Main)”. For example, MAIN in the following example.

PROGRAM MAIN 
   ... 
END 

Also, (Unnamed_Main) in the following example.

... 
END 

Scientific Toolworks, Inc.
http://www.scitools.com