IBM 5100 Basic Reference Manual page 101

Hide thumbs Also See for 5100:
Table of Contents

Advertisement

(
(
(
(
Example
The following examples show the output resultir.1 from several PRINT statements:
Statement
10 PRINT FLP, 'A', 'B'
20 PRINT 'A'; 'B'
30 LET A$
=
'B'
40 PRINT FLP, 'A' A$
50 PRINT FLP, A$ 'A' .A$;A$
60 PRINT A$; 'A'
70 LET A$
=' ,
80 PRINT FLP, 'A'; A$; 'A'
90 PRINT 'A';' '; 'A'
100 PRINT FLP
110 PRINT 'NAME', TAB (30) 'ADDRESS'
120 PRINT 'A', TAB (30) 'B', TAB (40) 'C'
130 END
Output
A-17 blanks-B
AB
AB
BA-17 blanks-BB
BA
AA
At/JA
NAME-25 blanks-ADDRESS
A-29 blanks-B-9 blanks-C
'97

Advertisement

Table of Contents
loading

Table of Contents