Chapter 7

No, it’s not another demon. It is a “broken signboard” that needs a text type LABEL in the middle. The finished graphics/text display will be printed in these three parts:

15 columns of graphics

30 columns of text (5 characters)

15 columns of graphics

Now we have to mix and match graphics and text on the same line. First, the graphics:

160 GOSUB 20

1 7 0 D A T A 1 5 , 1 2 7 , 8 , 2 8 , 6 2 , 9 3 , - 8 , 2 8 , 0 , 0

and RUN.

Figure 7-2

Then text:

180 PRINT”82 CM”;

and RUN.

Figure 7-3

And more graphics:

190 GOSUB 20

2 0 0 D A T A 1 5 , 0 , 0 , - 8 , 2 8 , 9 3 , 6 2 , 2 8 , 8 , 1 2 7

and RUN.

60