06.03.2014 Views

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

Intel Fortran Language Reference - NCI National Facility

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Intel</strong> <strong>Fortran</strong> <strong>Language</strong> <strong>Reference</strong><br />

explicit-shape array<br />

An array whose rank and bounds are specified when the array is declared.<br />

expression<br />

A data reference or a computation formed from operators, operands, and parentheses. The result of<br />

an expression is either a scalar value or an array of scalar values.<br />

extension<br />

See language extension.<br />

extent<br />

The size of (number of elements in) one dimension of an array.<br />

external file<br />

A sequence of records that exists in a medium external to the executing program.<br />

external procedure<br />

A procedure that is contained in an external subprogram. External procedures can be used to share<br />

information (such as source files, common blocks, and public data in modules) and can be used<br />

independently of other procedures and program units. Also called an external routine.<br />

external subprogram<br />

A subroutine or function that is not contained in a main program, module, or other subprogram. A<br />

module is not a subprogram.<br />

F<br />

field<br />

Can be either of the following:<br />

• A set of contiguous characters, considered as a single item, in a record or line.<br />

• A substructure of a STRUCTURE declaration.<br />

field descriptor<br />

See data edit descriptor.<br />

field separator<br />

The comma (,) or slash (/) that separates edit descriptors in a format specification.<br />

field width<br />

The total number of characters in the field. See also field, the first definition.<br />

file<br />

A collection of logically related records. If the file is in internal storage, it is an internal file; if the<br />

file is on an input /output device, it is an external file.<br />

Glossary-14

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!