TAL Reference Summary
NAME and BLOCK Declarations
TAL Reference Summary
096256 Tandem Computers Incorporated 33
NAME and BLOCK
Declarations
The following syntax diagrams describe NAME and BLOCK declarations.
NAMEs The NAME declaration assigns an identifier to a compilation unit and to its private
global data block if it has one.
NAME
;identifier
032
BLOCKs The BLOCK declaration groups global data declarations into a named or private
relocatable global data block.
identifierBLOCK
PRIVATE
END BLOCK
data-
declaration
;
AT (0)
BELOW (64)
BELOW (256)
;
;
033