[A83] Re: GetTokString rom call


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

[A83] Re: GetTokString rom call




> From: "Kirk Meyer" <kirk.meyer@colorado.edu>
>
> 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.

In a command like (1+2)/3, the parentheses are separate tokens. In functions
like sin(, the parenthesis has been included within the token.



References: