Inspect Manual
Syntax Summary
Inspect Manual—429164-006
B-30
Pascal Code Locations
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]
Pascal Data Locations
data-location:
[ scope-path [ ( instance) ] . ] data-reference
[ #data-block. ]
instance:
[ + | - ] integer
data-reference: one of
identifier
data-reference '[' index [ , index ]... ']'
data-reference.identifier
data-reference^
index:
expression [ :expression ]