Inspect Reference Summary

Parameters for TAL
Inspect Reference Summary
54 106101 Tandem Computers Incorporated
TAL 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
)