108
6·2
Pl'ogl'am
Commands
END
®
Function:
Terminates program execution.
Explanation:
Since program execution
is
terminated, the next program
is
not executed even
if
it exists.
STOP
®
Function:
Temporarily suspends program execution.
Explanation:
1)
Temporarily suspends program execution and displays
"STOP"
after which
input waiting occurs.
2) After suspension, execution
is
resumed by pressing the
~
key.
3)
If
the~
key
is
pressed while execution
is
stopped by a
STOP
statement, the
program area number and line number are displayed.
4) Calculations can
be
performed by manual operation when execution
is
suspended by
STOP.