So far, you have drawn by hand. Now you will let the computer draw!
Type this:
GRAPHIC 2,1
Press RETURN.
The result looks like this:
You have switched the computer into the graphics mode.
Now, you can type this:
BOX 1,0,0,100,100
Press RETURN.
Take a look at the result:
A box! But the command BOX takes so many numbers!
How does this work?
Let’s take a look again. The command was ...