pTAL Reference Manual (G06.24+, H06.09+, J06.03+)
• CWADDR
• EXTADDR
• EXT32ADDR
• EXT64ADDR
• FIXED (fpoint )
• INT
• INT(32)
• FIXED
• PROCADDR
• PROC32ADDR
• PROC64ADDR
• REAL
• REAL
• REAL(64)
• SGBADDR
• SGWADDR
• SGXBADDR
• SGXWADDR
• STRING
• UNSIGNED (width )
• WADDR
NOTE: The data types, EXT32ADDR, EXT64ADDR, PROC32ADDR, and PROC64ADDR are
available in the 64-bit addressing functionality added to the EpTAL compiler starting with SPR
T0561H01^AAP. For more information, see Appendix E, “64-bit Addressing Functionality”
(page 531).
The data type determines:
• The kind of values that are appropriate for the array
• The storage unit the compiler allocates for each array element as follows:
width
is a constant expression specifying the width, in bits, of the variable.
fpoint
is the implied fixed point of the FIXED variable.
identifier
is the array name.
Indirection
., .EXT, .EXT32, .EXT64, .SG, and .SGX are indirection symbols (see Table 14 (page 41)).
range
Declaring Arrays 109