To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
system priority EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
system priority Example
10 CLEAR SCREEN
20 SYSTEM PRIORITY 1
30 PRINT "Priority: "&SYSTEM$("SYSTEM PRIORITY")
40 END