Specifications
Example:
To
start
from
line 20.
Operation:
RUN
20.
*
For
method
CD.
it
is
not
necessary
to
designate
the
program
area
to
be
executed.
However,
for
method
CV,
it
is
necessary
to
designate the program
area
to
be
executed.
(If
the program
area
is
different,
the program
written
in
thin
program
area
will
be
executed,)
2.
Key
input during program execution
Key
input
may
be
performed during program execution using
an
INPUT statement and
KEY
function.
Key
input
using the KEY
function
is
only
1 key
input
but
even
if
there
is
no key
input,
execution
will
continue.
For
key
input
using
an
INPUT
statement, a
"?
"
will
be displayed and the program
will
stop in
an
input
await
condition.
Execution
will
resume
by
pressing the
1m
Key
after
data
input.
Example:
Execute the program
written
in
Pel
in
the previous example.
Operation:
• To execute the program
?
• Since 2 variables are input, first, input the value
of
variable A.
47111
•
Next,
input the value
of
variable
B.
69111
III
?
1 1 6
-22
In this manner, data
is
input
during execution using the
input
statement data
1m
.
1ncidentally operations such
as
manual calculation
can
be performed during
an
input
await
condition.
Also
if
you
want
to
stop program execution while in
an
input
await
condition,
press
~~.
-33-