Revisions: 08/24/01; 11/07/04 -- format changes
You have been learning the pieces that make up a QBasic program. The example programs have concentrated on just a few pieces at a time so you could see clearly how they work. This chapter discusses how several pieces can be put together to create more interesting (and larger) programs.
Say that a program is several hundred lines long.
Do you think that it will have several
IF-THEN-ELSE
and
DO WHILE
structures?