next up previous contents
Next: The EXTRINSIC Prefix Up: Declaration of Extrinsic Program Previous: Function and Subroutine Statements

Program, Module, and Block Data Statements

An extrinsic-prefix may also appear at the beginning of a program-stmt, module-stmt, or block-data-stmt. The following syntax definition extends the Fortran 95 syntax rules R1102 for program-stmt, R1105 for module-stmt, and R1111 for block-data-stmt.

H605 program-stmtis [ extrinsic-prefix ] PROGRAM program-name
H606 module-stmtis [ extrinsic-prefix ] MODULE module-name
H607 block-data-stmtis [ extrinsic-prefix ] BLOCK DATA
    [ block-data-name ]