POWER_ON
Purpose
To determine whether to restart or resume the program upon powering on.
Syntax
POWER_ON(N%)
Remarks
"N%" can be 0 or 1.
N%
0
1
Example
POWER_ON(0)
See Also
AUTO_OFF, RESTART
RESTART
Purpose
To restart the system.
Syntax
RESTART
Remarks
This command will terminate the execution of the BASIC program and restart
it.
Example
HostCommand$ = READ_COM$(1)
...
IF HostCommand$ = "RESTART" THEN
RESTART
ELSE
...
See Also
AUTO_OFF, POWER_ON
Meaning
Program Resume
Program Restart
Chapter 4
BASIC Commands
' set to resume mode
65
Need help?
Do you have a question about the 8 Series and is the answer not in the manual?