Inspect Reference Summary

Parameters for TAL
106101 Tandem Computers Incorporated 53
TAL Scope Units and Scope Paths
scope-path
:
#
procedure
TAL Code Locations
code-location
:
{
scope-path
} [
code-offset
]
{ [
scope-path
. ]
code-reference
}
code-reference
: one of
procedure
subproc
[
subproc
. ]
label
[
subproc
. ]
entry-point
statement-number
#
line-number
[ (
source-file
) ]
code-offset
:
{ + | - }
num
[
code-unit
]
code-unit
: one of
INSTRUCTION[S] STATEMENT[S]
TAL Data Locations
data-location
:
[
scope-path
[ (
instance
) ] . ]
[ [
scope-path
. ]
subproc
[ (
instance
) ]. ]
data-reference
[ #
data-block
. ]
[ ##GLOBAL. ]
instance
:
[ + | - ]
integer
data-reference
: one of
identifier
data-reference
'['
subscript-range
']'
data-reference
.
identifier
subscript-range
:
expression
[ :
expression
]