Re: TIB: program speed


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

Re: TIB: program speed




> Everything you said made sense to me, except up at the top. What do 
> you mean the 92 doesn't treat boolean tests as a 0 or 1. Isn't trues 
> and falses, 1's and 0's, yeses and no, the entire bases of logic 
> statements? What do you mean by "it uses a symbol"?
> 
> Jody Snider
> jody1@alaska.net

When you perform a test, (like, for example, 2<3) the TI-92 will return, 
literally, true.  It is an expression that does not have a number 
assigned to it.  On the TI-8X series, the same test will just return a 
1.  If a function function has a boolean, it will not return a number, 
but an error. (To be exact, it's Error #160: Argument must be an 
expression)

It's a very subtle change, but an annoying one for programmers 
translating for the TI-92.

Tavis

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: