4 lines
76 B
Text
4 lines
76 B
Text
10 DIM A(10), B$(10)
|
|
20 A(1) = 42
|
|
30 B$(10) = "TOWEL"
|
|
40 PRINT A(1), B$(10)
|