2       INFORM Explanation
FS100 2.6  Instruction Which Adheres to an Instruction :  IF
2-215
10. =/<>/>/>=/</<=
When a D Variable number, LD Variable number, D [Array number] or LD 
[Array number] is selected from the table in part 1 of this Explanation, 
choose one of the tags from the following table.
11. Double precision type constant/ B Variable number 
/LB Variable number /B [Array number] /LB [Array 
number] /I Variable number /LI Variable number /I 
[Array number] /LI [Array number] /D Variable num-
ber /LD Variable number /D [Array number] /LD 
[Array number] /R Variable number /LR Variable 
number /R [Array number] /LR [Array number] 
When a D Variable number, LD Variable number, D [Array number], or LD 
[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 10 of this Explanation.    
No Tag Explanation Note
36 = It is equal.
37 <> It is not equal.
38 > It is greater than.
39 >= It is greater than or equal.
40 < It is less than.
41 <= It is less than or equal.
No Tag Explanation Note
42 Double precision type 
constant
The comparison condition is specified by the double 
precision type constant. 
<Comparison element 2>
43 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>
44 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>
45 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>
46 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>