
See Also
AUTO_OFF, RESTART
RESTART
Purpose
To restart the system.
Syntax
RESTART
Remarks
The RESTART 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
SET_LANGUAGE Optimus
Purpose
To make use of a font (language) by selecting it from the multi-language font file.
Syntax
SET_LANGUAGE(N%)
Comentarios a estos manuales