[A83] Re: GetTokString rom call


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

[A83] Re: GetTokString rom call




I have programmed TI-BASIC before, and I do know that that's often an
efficient way to save a bit of size. But I've worked mainly with 86, where
anything can be input and it's then tokenized, and I'm pretty sure that 86
has some tokens where the parentheses are included with the command rather
than as separate tokens.

-----Original Message-----
From: assembly-83-bounce@lists.ticalc.org
[mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of Henk Poley
Sent: Saturday, June 30, 2001 2:53 AM
To: assembly-83@lists.ticalc.org
Subject: [A83] Re: GetTokString rom call



> Van: Kirk Meyer <kirk.meyer@colorado.edu>
>
> Hm weird.. I didn't know the parentheses were stored as separate tokens.
Ah
> well.

Well, if you had programmed some Ti-BASIC before then you would have
noticed that things like
:Line(10,20,30,40)
works as well as
:Line(10,20,30,40
(it is even faster, I think, because off lesser tokens to interpret)
Same thing on typed equations on the HomeScreen...

	Henk Poley




Follow-Ups: References: