Owner's manual
Publication 1746-RM001A-US-P
4-6 BASIC Commands
Syntax
CALL 18
Example
>1 REM EXAMPLE PROGRAM
>10 CALL 19
.
>90 CALL 18
CALL 19 – Disable the
Control-C Break
Function
Purpose
Disable the [CTRL-C] break function by executing CALL 19 in a module program
or from the Command mode.
When CALL 19 is executed, the
[CTRL-C] break function for both LIST and
RUN operations is disabled. Cycling power returns the
[CTRL-C] function to
normal operation if it is disabled from the Command mode
.
Syntax
CALL 19
Example
>1 REM EXAMPLE PROGRAM
>10 CALL 19
IMPORTANT
[CTRL-C] is enabled by default.