pTAL Reference Manual (H06.08+)
Arrays
HP pTAL Reference Manual—523746-006
8-2
Declaring Arrays
Declaring Arrays
An array declaration associates an identifier with a set of elements of the same data
type. The data type of an array can be one of the pTAL address types.
type
is one of the following:
•
BADDR
•
CBADDR
•
CWADDR
•
EXTADDR
•
FIXED (fpoint )
•
INT
•
INT(32)
•
FIXED
•
PROCADDR
•
REAL
•
REAL
•
REAL(64)
•
SGBADDR
•
SGWADDR
•
SGXBADDR
•
SGXWADDR
•
STRING
•
UNSIGNED (width )
•
WADDR
type
range
:=
initialization
;
identifier
.
.EXT
.SG
.SGX
,
VST021.vsd










