TAL Reference Summary

Structure Declarations
TAL Reference Summary
096256 Tandem Computers Incorporated 23
Referral Substructures A referral substructure can be declared inside a structure.
lower-
bound
:
upper-
bound
;
[ ]
203
STRUCT
identifier
referral
( )
Fillers in Structures A filler is a byte or bit place holder in a structure.
FILLER
BIT FILLER
constant-expression ;
026
Simple Pointers Declared in
Structures
A simple pointer can be declared inside a structure.
type identifier
.
.EXT
;
,
198
Structure Pointers Declared
in Structures
A structure pointer can be declared inside a structure.
identifier
.
.EXTINT
STRING
199
( )
referral ;
,