Inspect Manual
Syntax Summary
Inspect Manual—429164-006
B-31
Pascal Expressions
Pascal Expressions
expression:
simple-exp [ rel-op simple-exp ]...
rel-op: one of
= <> < > <= >=
simple-exp:
[ + | - ] term [ add-op term ]...
add-op: one of
+ - OR
term:
factor [ mult-op factor ]...
mult-op: one of
* / DIV MOD AND << >>
factor: one of
data-location
unsigned-constant
NOT factor
( expression)
Language-Dependent Parameters for TAL and
pTAL
TAL and pTAL Scope Paths
scope-path:
#procedure