Owner`s manual

93
5.1.10 Definition Statements
DIM
DEFAULT
DEFFN
10
DIM
A(20)
20
DIM
B(79,79)
30
DIM
C1$(10)
40
DIM
K$(7,5)
DEFAULT"
FD1
"
For one-dimensional numerical array variable A( ),
21
array variables become available, from
A(O)
to A(20).
For two-dimensional numerical array variable
8(
),6400
array variables become available, from
8(0,
0)
to 8(79,
79).
For one-dimensional string array variable C1$( ),
11
array variables become available, from C1$(0) to C1$(10).
For two-dimensional string array variable
K$(
),
48
array variables become available, from
K$(O,
0)
to K$(7,
5).
Considered to be floppy disk drive number 1 if device
names are omitted
by
commands.
100
DEF
FNA(X)
= Statement number
100
defines
X2
-x
to FNA(X),
x t 2 - X statement number
110
defines
10gJOX
+ 1 to FN8(X), and
110
DEF
FNB(X)
= statement number
120
defines
108e
Y
to
FNZ(Y).
LOG(X)
+ 1
120
DEF
FNZ(Y)
=
LN(Y)
Each function
is
limited to 1 variable.