To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
re-store key EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
re-store key Example
10 RE-STORE KEY "keys2"
20 READ KEY 1,Str$
30 PRINT "Key 1 was ";"EDIT";" now is QUIT -- Please type CONT"
40 SET KEY 1,"QUIT"
50 PAUSE
60 LOAD KEY "keys2"
70 PRINT "Keys are restored to normal."
80 PURGE "keys2"
90 END