Intel® Fortran Compiler

Developer Guide and Reference

ID 767251
Date 3/31/2025
Public
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.