4.13 POINTER Statement

The POINTER statement establishes pairs of variables and pointers, in which each pointer contains the address of its paired variable.

The POINTER statement takes the following form:

POINTER (pointer,pointee) [,(pointer,pointee)] . . .
pointer
Is a variable whose value is used as the address of the pointee.
pointee
Is a variable, array, array declarator, record, record array, or record array declarator.

Rules and Behavior

The following are pointer rules and behavior:

The following are pointee rules and behavior:


Previous Page Next Page Table of Contents