TAL Reference Summary
Pointer Declarations
TAL Reference Summary
26 096256 Tandem Computers Incorporated
Pointer Declarations The following syntax diagrams describe simple pointer and structure pointer
declarations.
Simple Pointers A simple pointer is a variable you load with a memory address, usually of a simple
variable or array, which you access with this simple pointer.
type
initialization
identifier
.
;
:=
.EXT
,
030
Structure Pointers A structure pointer is a variable you load with a memory address of a structure, which
you access with this structure pointer.
initialization
identifier
.
:=
.EXTINT
STRING
( )
referral
;
031
,