
Chapter 4
So what does all this higher mathematics have to do with graphics? Just this. If we are to create
Now that we understand the dot matrix concept and standard 12 dot
Type in this NEW program:
9 PR # l |
|
| (Apple) | |
20 | "LINE | ONE" |
| |
30 | "LINE | TWO" |
| |
40 | "LINE | THREE" |
| |
49 | PR #0 |
|
| (Apple) |
and RUN. |
|
|
|
|
|
|
| L I N E | O N E |
|
|
| L I N E | T W O |
|
|
| LINE THREE |
Figure
Nothing new here. Just like we’re used to.
Let’s all add line 10:
10 PRINT CHR$ (27) "A" CHR$ (12) | (or 12 + 128 = 140) |
and RUN.
Same as before. Nothing changed. Then what is line 10 all about?
34