(The figure below displays the "output screen." )
QBasic interpreter - output screen
If you run the program again, the interpreter adds another Hello World. QBasic adds Hello
World each time the program is run.
Deleting the program
To erase the current program:
- Go to the "File" menu.
- Click "New."
- The interpreter asks if you want to save the program.
- Select "No" (or if you'd rather keep the program, select "Yes").
Strings
There are certain types of data (or information) called "strings." Strings contain a sequence of
characters (letters, numbers, and symbols) enclosed in quotation marks. For example, "Hello
World!" is a string.