2       INFORM Explanation
FS100 2.6  Instruction Which Adheres to an Instruction :  IF
2-216
12. =/<>/>/>=/</<=
When an R Variable number, LR Variable number, R [Array number] or LR 
[Array number] is selected from the table in part 1 of this Explanation, 
choose one of the tags from the following table.
13. Real type constant /B Variable number /LB Variable 
number /B [Array number] /LB [Array number] /I Vari-
able number /LI Variable number /I [Array number] /
LI [Array number] /D Variable number /LD Variable 
number /D [Array number] /LD [Array number] /R 
Variable number /LR Variable number /R [Array num-
ber] /LR [Array number] 
When an R Variable number, LR Variable number, R [Array number], or 
LR [Array number] is selected from the table in part 1 of this Explanation, 
choose one of the tags from the following table after "=", "<>", ">", ">=", 
"<" or "<=" is selected from the table in part 12 of this Explanation.  
No Tag Explanation Note
47 = It is equal.
48 <> It is not equal.
49 > It is greater than.
50 >= It is greater than or equal.
51 < It is less than.
52 <= It is less than or equal.
No Tag Explanation Note
53 Real type constant The comparison condition is specified by the real type 
constant. 
<Comparison element 2>
54 B Variable number/
LB Variable number/
B [Array number]/
LB [Array number]
Specifies the byte type variable number which becomes 
a comparison condition.
<Comparison element 2>
55 I Variable number/
LI Variable number/
I [Array number]/
LI [Array number]
Specifies the integer type variable number which 
becomes a comparison condition.
<Comparison element 2>
56 D Variable number/
LD Variable number/
D [Array number]/
LD [Array number]
Specifies the double precision type variable number 
which becomes a comparison condition.
<Comparison element 2>
57 R Variable number/
LR Variable number/
R [Array number]/
LR [Array number]
Specifies the real type variable number which becomes 
a comparison condition.
<Comparison element 2>