Model 672/675 Technical Reference Manual
9-103
%
%
o
o
M
M
a
a
t
t
h
h
C
C
o
o
m
m
p
p
a
a
r
r
i
i
s
s
o
o
n
n
Syntax If A = B
< parm | const > < cond > < parm | const > %o
If A = B + C
<parm> <cond> < parm | const > <math> < parm | const > %o
If A + B = C
< parm | const > <math> < parm | const > <cond> < parm > %o
If Entry Buffer = A
< cond > < parm | const > %o
Arguments
parm Operating parameter with the syntax:
< parm > [ . instance ] [ . format ] < P | p | q >
where parm is an operating parameter with a valid instance and format code, and
P represents parm as any parameter value,
p represents parm as a pointer to another variable,
q represents parm as a pointer to a non-variable parameter.
const Constant value.
math Select one of the following math operators:
+ Add
- Subtract
* Multiply
/ Divide
| Modulus (divide and determine remainder)
^ Exponent
cond Select one of the following conditional operators:
> Greater than
>= Greater than or equal to
< Less than
<= Less than or equal to
== Equal to
!= Not equal to
See Also
%] Restore Entry Buffer
Boolean Logic
Pointers
If A = B
Determine the relationship between two parameters and/or constants.