Intel® Fortran Compiler 18.0 Developer Guide and Reference

Specification Statements

A specification statement is a nonexecutable statement that declares the attributes of data objects. In Fortran 2003 and Standard Fortran, many of the attributes that can be defined in specification statements can also be optionally specified in type declaration statements.

The following are specification statements:

See Also