[UP]


Manual Reference Pages  - nullify (7)

NAME

NULLIFY(7f) - [FORTRAN:STATEMENT] causes pointers to be disassociated (LICENSE:PD)

SYNOPSIS

NULLIFY ( pointer-object-list )

   pointer-object               is variable-name
                                or structure-component
                                or proc-pointer-name

Each pointer-object shall have the POINTER attribute.

DESCRIPTION

A pointer-object shall not depend on the value, bounds, or association status of another pointer-object in the same NULLIFY statement.

When a NULLIFY statement is applied to a polymorphic pointer, its dynamic type becomes the declared type.

EXAMPLE


nullify (7) March 11, 2021
Generated by manServer 1.08 from 9d9db1bf-0a2e-4a30-8c8f-a43ac555020c using man macros.