THIS PROGRAM IS GIVING ME A MAJOR FIT
HOWEVER
YOU CAN USE THIS PROGRAME BY ENTERING
(STO) = The button 1 place up from the ON button
:Prompt H,L
:H-L (STO) A
:A * L1 (STO) L2
:L + L2 (STO) L4
:DISP TABLEL4
For projecting down enter low as high and high as low
use the right and left arrow buttons (top right) to scroll from beging to end of output
After in serting "menu" from program button be certain to press enter or you will get a label error
also note when it does not seem to work just hit the blue 2nd button then l3 or l5 enter
L1 etc... are list functions where you store the fib. numbers for the function, only put fib. numbers in L1 and L2, the others thru L6 Will be used by the program
:Menu("IFTL", "PROJ" AA, "RETR", BB)
:Lbl AA: Prompt L,H: If H>L: Then: H-L "STO BUTTON"A:
:(A*L1)+L(sto button)L3
:Display Table L3
:Else:L-H(sto button)b:L - (B*L1) (STO BUTTON)L4:
:Display Table4
:Lbl BB:Prompt H,L:H-L (STO) D:(D*L2) + L (STO) L5
:Display Table5


