INCLUDE line
Standard: F77 F90 F95 F2003
  Example Program
<Syntax>
INCLUDE character-string

The INCLUDE line is not a statement; it must all appear on a single line with no label.
<Semantics>
The INCLUDE line textually includes the contents of the specified file into the program source.

In most situations this is not recommended, because modules provide superior error detection and robustness.
<Related>
MODULE statement, USE statement