TAL Reference Summary
Structure Declarations
TAL Reference Summary
22 096256 Tandem Computers Incorporated
Referral Structures A referral structure associates an identifier with a structure whose layout is the same
as a previously declared structure and allocates storage for it.
identifier
STRUCT
.
.EXT
lower-
bound
:
upper-
bound
;
referral
(
[ ]
)
025
Simple Variables Declared
in Structures
A simple variable can be declared inside a structure.
identifiertype
;
,
200
Arrays Declared in
Structures
An array can be declared inside a structure.
identifier
lower-
bound
:
[
upper-
bound
;
201
,
]
type
Definition Substructures A definition substructure can be declared inside a structure.
identifier
STRUCT
lower-
bound
[
:
upper-
bound
]
substructure-
layout
202
;;