TAL Reference Summary

Simple Variable Declarations
TAL Reference Summary
20 096256 Tandem Computers Incorporated
Simple Variable
Declarations
The following syntax diagram describes simple variable declarations:
Simple Variables A simple variable associates an identifier with a single-element data item of a specified
data type.
identifiertype
:=
initialization
;
,
020
type
214
fpoint
)(
fpoint
*
(
fpoint
)
width
fpoint
)
( width
STRING
INT
REAL
INT
FIXED
UNSIGNED
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.
type identifier
lower-
bound
[
:
:= initialization
;
upper-
bound
]
.
.EXT
021
,