TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-9
Array Declarations
type
Array Declarations
The following syntax diagrams describe array and read-only array declarations:
Arrays
An array associates an identifier with a one-dimensional set of elements of the same
data type.
STRING
INT
REAL
UNSIGNED
FIXED
width
width
fpoint
(
(
(
)
)
)
*
VSTB021.vsd
[type identifier
initialization
.EXT
:
;
]
:=
,
lower -
bound
upper -
bound
.
VSTB022.vsd