| Item | Description |
| @...BOX | Displays a box on the screen. |
| @...CLEAR | Clears the contents of the screen. |
| @...SAY | Displays data at a particular row and column position. |
| @...TO | Displays a single or double lined frame on the screen. |
| CLEAR GETS | Releases all Get objects in the current GetList array. |
| CLEAR SCREEN | Clears the screen in text mode. |
| LIST | Lists records of a work area to the console, file or printer. |
| SET COLOR | Defines default colors for text-mode applications. |
| SET CURSOR | Toggles the display of the screen cursor in text-mode applications |
| SET DECIMALS | Defines the number of decimal places for displaying numeric values on the screen. |
| SET DELIMITERS | Defines delimiting characters for GET entry fields and their visibility. |
| SET DEVICE | Selects the ouput device for @...SAY commands. |
| SET INTENSITY | Toggles usage of enhanced colors for GET and PROMPT |
| SET MARGIN | Defines the left margin for text-mode print output. |
| SET MESSAGE | Defines the screen row for @...PROMPT messages. |
| SET SCOREBOARD | Toggles the display of messages from READ and MemoEdit(). |
| SET VIDEOMODE | Changes the current video mode of the application. |
| SET WRAP | Toggles wrapping of the highligh bar in text-mode menus. |