TAL Reference Summary

Structure Declarations
TAL Reference Summary
24 096256 Tandem Computers Incorporated
Simple Variable
Redefinitions
A simple variable redefinition associates a new simple variable with a previous item at
the same BEGIN-END level of a structure.
identifiertype = ;
027
previous-identifier
Array Redefinitions An array redefinition associates a new array with a previous item at the same BEGIN-
END level of a structure.
identifiertype
lower-
bound
:
upper-
bound
[ ]
=
previous-
identifier
028
;
Definition Substructure
Redefinitions
A definition substructure redefinition associates a definition substructure with a
previous item at the same BEGIN-END level of a structure.
identifierSTRUCT
lower-
bound
:
upper-
bound
[ ]
029
;=
previous-
identifier
substructure-
layout
;