Inspect Reference Summary

High-Level Inspect Commands
Inspect Reference SUmmary
106101 Tandem Computers Incorporated 31
SET RADIX The SET RADIX command changes the default radix (numeric base) for integer
representations of input, output, or both. Inspect uses the default input radix to
qualify integer values that are unqualified—that is, integers whose base is not
specified. Each source language provides its own mechanism for specifying bases.
SET RADIX [ INPUT | OUTPUT ] [
level
] [=]
radix
level
: one of
BOTH HIGH LOW
radix
: one of
DEC[IMAL] HEX[ADECIMAL] OCT[AL]
SET SOURCE BACK and
SET SOURCE FOR
The SET SOURCE BACK and SET SOURCE FOR commands control the defaults the
SOURCE command uses when displaying source code. SET SOURCE BACK controls
how much source code SOURCE displays preceding the requested location, and SET
SOURCE FOR controls how much source code SOURCE displays.
SET SOURCE { BACK | FOR } [=]
count
count
:
integer
[ STATEMENT[S] | LINE[S] | INSTRUCTION[S] ]
SET SOURCE RANGE The SET SOURCE RANGE command controls the default range used by the SOURCE
SEARCH command.
SET SOURCE RANGE [=]
range
/
range
range
: one of
F L #
line-number
statement-number
SET SOURCE WRAP The SET SOURCE WRAP command controls whether the SOURCE command
truncates or wraps long source lines by default. When source wrapping is on, the
SOURCE command displays the full length of each source line, wrapping it onto the
next screen line if necessary.
SET SOURCE WRAP [=] { ON | OFF }