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

ID 767251
Date 9/08/2022
Public

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

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.