TAL Reference Manual
TAL Syntax Summary (Bracket-and-Brace Diagrams)
Appendix C—526371.001
C-3
Line Spacing
If there is no space between two items, spaces are not permitted. In the following
examples, there are no spaces permitted between the items:
[NO]SUPPRESS
int-expression.< left-bit[: right-bit]>
Line Spacing
Continuation lines are indented and separated from the preceding line by a blank line.
This spacing distinguishes items in a continuation line from items in a vertical list of
selections. For example:
STRUCT [ . ] identifier ( referral )
[.EXT]
[ "["
lower-bound : upper-bound "]" ] ;
Constants
The following syntax diagrams describe:
•
Character string constants (all data types)
•
STRING numeric constants
•
INT numeric constants
•
INT(32) numeric constants
•
FIXED numeric constants
•
REAL and REAL(64) numeric constants
•
Constant lists
Character String Constants
A character string constant consists of one or more ASCII characters stored in a
contiguous group of bytes.
STRING Numeric Constants
A STRING numeric constant is an unsigned 8-bit integer.
“string”
[ base ] integer