Last Modified: 1/15/2021
Displays characters on the screen.
| Name | Type | Required | Description |
| Expression | Any | No | The information you want to display on the screen. |
| Syntax: Print <Expression> [, <Expression>;<Expression>...n] |
|
Print Print "Hello" Locate 4,10 Print "W","orl";"d" |
By default, characters will be drawn to plane a. Use the SetTextPlane command to change planes. You can also use the Option command to change the text priority.