Inspect Reference Summary

Parameters for Pascal
106101 Tandem Computers Incorporated 51
Pascal Scope Units and Scope Paths
scope-path
:
#
scope-unit
[ .
scope-unit
]...
scope-unit
: one of
function
procedure
Pascal Code Locations
code-location
:
{
scope-path
} [ FROM
module˚
] [
offset˚
]...
{ [
scope-path
.]
code-spec
}
code-spec
: one of
scope-unit
label
statement-number
#line-number
[ (
source-file
) ]
offset
:
{ + | - }
num
[
code-unit
]
code-unit
: one of
INSTRUCTION[S] STATEMENT[S] VERB[S]