2       INFORM Explanation
FS100 2.2   Control Instruction :  PRINT
2-58
2. B Variable number / LB Variable number / B [Array 
number] / LB [Array number] / I Variable number / LI 
Variable number / I [Array number] / LI [Array num-
ber] / D Variable number / LD Variable number / D 
[Array number] / LD [Array number] / R Variable 
number / LR Variable number / R [Array number] / LR 
[Array number] / S Variable number / LS Variable 
number / S [Array number] / LS [Array number]
Select one of the above 2. to add or omit. 
* To show the character string and variable on the terminal display, specify 
“character string %*” as the character string tag of the above 1.  (%x 
(hexadecimal), %o (octal), %d (decimal), %s (character string), %f (real 
number), %e (exponent))  
No Tag Explanation Note
2 B Variable number/
LB Variable number/
B [Array number]/
LB [Array number]
Specifies the byte type variable number.  <Data 2>
3 I Variable number/
LI Variable number/
I [Array number]/
LI [Array number]
Specifies the integer type variable number.  <Data 2>
4 D Variable number/
LD Variable number/
D [Array number]/
LD [Array number]
Specifies the double-precision type variable 
number. 
<Data 2>
5 R Variable number/
LR Variable number/
R [Array number]/
LR [Array number]
Specifies the real type variable number.  <Data 2>
6 S Variable number/
LS Variable number/
S [Array number]/
LS [Array number]
Specifies the character type variable number.  <Data 2>