NEW

NEW acquires heap storage for structure type t and returns a handle to the acquired storage.

Read syntax diagramSkip visual syntax diagramNEW(:t:)
t
Name of a structure type

NEW(:t:) is equivalent to BIND(: t, ALLOC( SIZE(:t:) ) :).