system priority Example
10 CLEAR SCREEN
20 SYSTEM PRIORITY 1
30 PRINT "Priority: "&SYSTEM$("SYSTEM PRIORITY")
40 END