TAL Reference Manual
About This Manual
TAL Reference Manual—526371-001
xlv
Hypertext Links
Hypertext Links
Blue underline is used to indicate a hypertext link within text. By clicking a passage of
text with a blue underline, you are taken to the location described. For example:
This requirement is described under Backup DAM Volumes and Physical Disk
Drives on page 3-2.
General Syntax Notation
This list summarizes the notation conventions for syntax presentation in this manual.
UPPERCASE LETTERS. Uppercase letters indicate keywords and reserved words. Type
these items exactly as shown. Items not enclosed in brackets are required. For
example:
MAXATTACH
lowercase italic letters. Lowercase italic letters indicate variable items that you supply.
Items not enclosed in brackets are required. For example:
file-name
computer type. Computer type letters within text indicate C and Open System Services
(OSS) keywords and reserved words. Type these items exactly as shown. Items not
enclosed in brackets are required. For example:
myfile.c
INT (32) c[0:4] :=
["abcd", 1D, 3D, "XYZ", %20D];
! Declare an array and initialize
! the array elements with values
! specified in a constant list
VSTAB04.vsd
"a" "b"
"c" "d"
1D
%20D
"X" "Y"
"Z" " "
3D
C[0]
C[1]
C[2]
C[3]
C[4]