
PT-Basic Programming Manual Ver. 1.00 41/143
To determine whether to restart or resume the program upon
powering on.
ON ESC GOSUB ESC_PRESS
…
ESC_PRESS:
RESTART
RETURN
This command will terminate the execution of the BASIC
program and restart the system.
To get information on components.
A$=SYSTEM_INFORMATION(index%)
PRINT "Kernel:"+SYSTEM_INFORMATION$(1)
PRINT "BASIC:"+SYSTEM_INFORMATION$(2)
PRINT "SCANNER:"+SYSTEM_INFORMATION$(3)
A$ is a string variable to be assigned to the result.
index% is an integer variable, indicating a specific category
of information.
Comentários a estes Manuais