A SERVICE OF

logo

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
170 DATA 15,127,8,28,62,93,-8,28,0,0
and RUN.
Figure 7-2
Then text:
180 PRINT”82 CM”;
and RUN.
Figure 7-3
And more graphics:
190 GOSUB 20
200 DATA 15,0,0,-8,28,93,62,28,8,127
and RUN.
60