The following table lists statements used for program unit calls and definition.
Name |
Description |
---|---|
Identifies a block-data subprogram. |
|
Executes a subroutine. |
|
Delineates variables shared between program units. |
|
Identifies start of a module within a host module. |
|
Specifies a secondary entry point to a subroutine or external function. |
|
Declares a user-defined subroutine or function to be passable as an argument. |
|
Identifies a program unit as a function. |
|
Inserts the contents of a specified file into the source file. |
|
Specifies an explicit interface for external functions and subroutines. |
|
Declares a predefined function. |
|
Identifies a module program unit. |
|
Identifies a program unit as a main program. |
|
Returns control to the program unit that called a subroutine or function. |
|
Identifies a program unit as a subroutine. |
|
Gives a program unit access to a module. |
Copyright © 1996-2010, Intel Corporation. All rights reserved.