Chapter
9
INTRODUCTION TO BASIC KEYWORDS
BASIC is made up of keywords. These keywords instruct the
computer to perform certain operations.
Chapter 10 describes all of BASIC’s keywords. This chapter ex-
plains the format used in Chapter 10. It also gives a quick sum-
mary of all
of
BASIC’s keywords.
Format for Chapter
10
Keyword
Statement
Function
Syntax
Brief definition of keyword.
Detailed definition of keyword and any parameters or
argu-
ments for that keyword.
Example(s1
Sample ProgramW
This format varies slightly, depending on the complexity
of
each
keyword. For instance, some keywords require certain parame-
ters
or
arguments and others do not.
Some keywords are followed by defining words that explain how
to
use the command. The defining words are:
Communications used with
RS-232
Communications
Graphics
Trap used for event trapping
must be in Screen Modes 1-6
There are more, but they should be self-explanatory.
85