status Example
10 PRINT STATUS(CRT,9) !Gets the screen width.
20 PRINT STATUS(CRT,13) !Gets the screen height.
30 PRINT STATUS(CRT,17) !Gets the input line color.
40 END