TAL Reference Manual

TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-11
Template Structures
Template Structures
A template structure associates an identifier with a structure layout but allocates no
storage for it.
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.
Simple Variables Declared in Structures
A simple variable can be declared inside a structure.
STRUCT identifier
structure
- layout
( * ) ; ;
VSTB025.vsd
STRUCT identifier referral
lower -
bound
]
.EXT
upper -
bound
.
(
:[
;
)
VSTB026.vsd
type identifier ;
;
VSTB027.vsd