Re: TIB:(ti-83) (my first post)


[Prev][Next][Index][Thread]

Re: TIB:(ti-83) (my first post)




I do Alot of 82 programming which is virtually the same.  I think that you
cannot have them active at the same time. You can however use repeat to not
let it go passed those command lines until the condition(s) are true .  This
will simulate the two being available at the same time, But you will have to
input K until bolth equations are true.
exe.

Repeat G>0 and K=X
GetKey->G
input "",K
End