Note: Information in {} is not put into the calculator. Information in RED denotes a button on the calculator
Note: Information like BLUE(RED) means to access BLUE hit 2ed then RED
| :FnOff | {FnOff is found with Y-VARS(VARS) in the ON/OFF Menu} |
| :Disp "INITIAL X" | {Disp is found with PRGM in the I/O Menu} |
| :Input X | {Input is found with PRGM in the I/O Menu} |
| :Disp "INITIAL Y" | |
| :Input Y | |
| :Disp "STEP SIZE" | |
| :Input H | |
| :Lbl 1 | {Lbl if found with PRGM in the CTL Menu} |
| :0 |
{The 0 is a zero}{The arrow is STO} |
| :Lbl 2 | |
| :X+H |
|
| :Y+Y1*H |
{Y1 is found with Y-VARS(VARS)} |
| :Line(X,Y,U,V) | {Line is found in DRAW(PRGM) in the Draw Menu} |
| :U |
|
| :V |
|
| :IS>(C,20) | {IS> is found with PRGM in the CTL Menu} |
| :Goto 2 | {Goto is found with PRGM in the CTL Menu} |
| :Pause | {Pause is found with PRGM in the CTL Menu} |
| :Goto 1 |