HP Fortran Programmer's Reference (September 2007)

Program units and procedures
Main program
Chapter 7160
The only required component of a main program unit is the END statement. The following is
therefore a valid, compilable program:
END
DO construct NULLIFY
Table 7-2 Executable statements (Continued)