|
Disp is a very useful command. You can use it to display a few different things:
- Text
- It can display text on the home screen.
- Value
- You can use it to display the value of a variable.
- The home screen
- If you want to simply view the home screen during the program, you can use Disp.
To display text on the home screen you can use this syntax:
Disp "Text"
This will display the word "Text" on the screen. When you use this command, it displays the text on the uppermost available row of the screen. You have little control over where the text is displayed (see Output)
|