Code | Explanation |
| |
Float | Lets values have up to 12 decimal points |
Normal | Make values appear in normal notation |
". Hello, World"→A | Key STO->, Stores ". Hello, World" to string A |
AxesOff | Turns the graph's Axes off |
GridOff | Turns the graph's Grid off |
ClDrw | Clears the Graph screen |
FnOff | Turns off any y= on the graph |
ClLCD | Clears the Home Screen |
Disp "1"+A | Displays "1. Hello, World" on the screen. |
Pause | Pauses the program until ENTER or ON is pressed |
ClLCD | Clears the Home Screen |
Outpt(1,1,"2"+A | Outputs "2. Hello, World" at Home Screen point 1,1 |
Pause | Pauses the program until ENTER or ON is pressed |
Text(0,0,"3"+A | Draws "3. Hello, World" at pixel point 0,0 |
Pause | Pauses the program until ENTER or ON is pressed |
ClDrw | Clears the Graph screen |
AxesOn | Turns the graph's Axes on |
ClLCD | Clears the Home Screen |
DelVar(A | Deletes the variable A |
DelVar(y | Deletes the variable y |