Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-56BDBC41-288A-4B7C-BFD9-144A84D5A83C

Document Table of Contents

Statements Affecting Variables

The following table lists statements that affect variables.

Name

Description

AUTOMATIC

Declares a variable on the stack, rather than at a static memory location.

BYTE

Specifies variables as the BYTE data type; BYTE is equivalent to INTEGER(1).

CHARACTER

Specifies variables as the CHARACTER data type.

CODIMENSION

Specifies that an entity is a coarray and specifies its corank and cobounds, if any.

COMPLEX

Specifies variables as the COMPLEX data type.