This time nothing happens externally except that the program appears in the upper part of the screen
This means that it is accepted as correct grammar or syntax. It conforms to the rules of SuperBASIC,
but it has not yet been executed, merely stored. To make it work, type:
RUN
The distinction between direct commands for immediate action and a stored sequence of instructions
is discussed in the next chapter. For the present you can experiment with the above ideas and two
more:
LIST
causes an internally stored program to be displayed (listed) on the screen or elsewhere.
NEW
causes an internally stored program to be deleted so that you can type in a NEW one.
SELF TEST ON CHAPTER 1
You can score a maximum of 16 points from the following test. Check your score with the answers
page at the end of this Beginner's Guide.
1. In what circumstances might you use the BREAK sequence?
2. Where is the RESET button?
3. What is the effect of the RESET button?
4. Name two differences between a SHIFT key and the CAPS LOCK key.
5. How can you delete a wrong character which you have just typed?
6. What is the purpose of the ENTER key?
7. What symbol do we use for the ENTER key?
What is the effect of the commands in questions 8 to 11
8. CLS
9. RUN
10. LIST
11. NEW
12. Do keywords have the proper effect if you type them in lower case?
13. What is the significance of the parts of keywords which the QL displays in upper case?