Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3B269751-1124-4F0A-87D2-F72B05B14825
Visible to Intel only — GUID: GUID-3B269751-1124-4F0A-87D2-F72B05B14825
Glossary K
keyword |
See argument keyword and statement keyword. |
kind type parameter |
Indicates the range of an intrinsic data type; for example: INTEGER(KIND=2). For real and complex types, it also indicates precision. If a specific kind parameter is not specified, the kind is the default for that type (for example, default integer). See also default character, default complex, default integer, default logical, and default real. |