[UP]


Manual Reference Pages  - nullify (7)

NAME

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

CONTENTS

Synopsis
Description
Example

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 18, 2019
Generated by manServer 1.08 from 16a2965c-bea7-4422-88a9-11ec5b991363 using man macros.