Apple
BASIC Reference
Guide
95
line
a
will
be
deleted.
If
a
is
not
an
existing
line
number
in
the
program,
the
next
highest
line
number
will
be used.
If
b
is
not
an
existing
line
number
in
the
program,
the
next lowest
line
number
will
be
used.
The
DEL
can also be used
as
a
program
statement
in
Applesoft.
If
the
DEL
is
used
as
a
program
statement,
the
specified lines
will
be
deleted.
However,
program
execution
will
halt
after
the
statement
has
been executed. The
CONT
command
will
not
resume
program
execution.
DIM
)LIST [Ret)
10
TEXT
Example
20
CALL-936: REM
HOME
30
VTAB 3
40
PRINT "HELLO"
50
END
]DEL 30,50 [Ret)
)LIST [Ret)
10
TEXT
20
CALL -936:REM
HOME
•
Applesoft
•
Integer
The
DIM
statement
is
used
to
allocate
memory
space
for
strings,
arrays,
or
matrices. I
Applesoft
DIM
Configuration
a (i[,j) ... ) [,b (i[,j) ... )
a% (i[,j] ... ) [,b% (i[,j) ... ]
a$ (a$ (i[,j) ... ) [,b$ (i[,j) ... )