Inspect Manual

Syntax Summary
Inspect Manual429164-006
B-33
TAL and pTAL Expressions
TAL and pTAL Expressions
expression:
condition [ { AND | OR } condition ]...
condition:
[ NOT ] simple-exp [ rel-op simple-exp ]...
rel-op: one of
< <= = >= > <>
'<' '<=' '=' '>=' '>' '<>'
simple-exp:
[ + | - ] term [ add-op term ]...
add-op: one of
+ - '+' '-'
LOR LAND XOR
term:
factor [ mult-op factor ]...
mult-op: one of
* / '*' '/' '\'
<< >> '<<' '>>'
factor: one of
primary
primary.<primary[:primary]>
primary: one of
data-location
.data-location
@data-location
number
( expression )
Low-Level Inspect Commands
Low-level Inspect supports all high-level commands except:
BREAK CLEAR DISPLAY MODIFY SCOPE