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 for Program Unit Calls and Definitions

The following table lists statements used for program unit definition and procedure call and return.

Name

Description

BLOCK DATA

Identifies a block-data subprogram.

CALL

Executes a subroutine.

COMMON

Delineates variables shared between program units.

CONTAINS

Identifies the start of module procedures within a host module, contained procedures within a procedure, or bound procedures within a type.

ENTRY

Specifies a secondary entry point to a subroutine or external function.