Re: TIB: pxl-testing


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

Re: TIB: pxl-testing




>> > > The 83 is snooty, so if you write an 82 prog and want it to run on
>> > > '83, CLose those parens.  I have a 92, and it's an easy habit to
>> > > break w/an error message every time I type.
>> > > ~Larry C
>> >
>> > Don't get it. Why do you propse having closing  ) if they aren't
>> > need?
>>
>> They are needed when you port BASIC to the other calcs.  They check the
>> programs for matching parens before tokenizing (and running) them.
>> I know that the TI-92 and the TI-85 does this.  Larry apparently thinks
>> the '83 does too.  Does it?  I thought you had a TI-83.
>> If you do not close the parens and your calculator makes such a check,
>> (probably not since you've never had that problem) it will immediately
>> report an error when you run it, like "Missing )", or something like
>> that.

>>
>I do have an 83, but I don't have a graphlink. I know you don't have
>to put closing () and " on the 83, but I don't know about other calcs.
>Just what is tokenization, anyway?
>
>Jody Snider
>jody1@alaska.net


Tokenization is what it's doing the first time it's run and it's just
sitting there working for a while.  A lot of people mistakingly think it's
compiling.  What it's doing it taking all of the calculator function (sin,
cos, rand, ect.) and turning them into tokens representing their function so
the calc doesn't interpret them as words.

J


Follow-Ups: