6 Now you are done entering this short program. Your
screen should look like this:
Ok
new
Ok
10
print
20
print 2
30
print 3
''''
TIle cursor is here.
7
To
see what this program does, type:
run
and press the
Enter
key.
8
If
the typing is correct, it works. Now
your
screen
should look like this:
Ok
new
Ok
1 0
mint
20
print 2
30
orint 3
run
1
2
3
Ok
This example shows using line numbers
that
increase by
lO's. This "leaves
room"
for inserting new statements,
as
you will see later. Actually
you
could use any line
numbers
as
long
as
they were in increasing order.
BASIC 3-21