Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-104
INFO
Given the TAL declaration:
then for an expression to evaluate to TRUE, the IF command must be entered as
follows:
INFO
The INFO command displays information about various types of items in the current
program.
This diagram shows the complete syntax for the INFO command and its clauses.
Detailed descriptions of the clauses, including usage considerations and examples, are
presented in the following subsections.
INT Animal[0:3] := "bird";
IF Animal[0] = "b" AND Animal[1] = "i" AND &
Animal[2] = "r" AND Animal[3] = "d" &
THEN DISPLAY Tree;RESUME
INFO info-item
info-item: one of
IDENTIFIER { * | identifier-spec }
LOCATION [ code-location | * [ SCOPE { scope-spec } ] ]
OBJECTFILE [ FILE filename ]
OPEN[S] [ { * | file-list } [ DETAIL ] [ file-type ] ]
SAVEFILE [ FILE filename ]
SCOPE [ scope-spec ]
SEGMENT[S] [ * | segment-id ]
SIGNAL[S] [ * | signal-id [, signal-id...] ]
identifier-spec: one of
scope-path
[ scope-path. ] identifier [ .identifier ]...
#data-block
##GLOBAL
scope-spec: one of
scope-path
scope-ordinal
#file-list:
file-number [, file-number ]...