Re: TIB: How does TI-BASIC work?
[Prev][Next][Index][Thread]
Re: TIB: How does TI-BASIC work?
In a message dated 12/5/98 3:30:21 PM Central Standard Time, pmadsen@juno.com
writes:
> 2.)Notice how the parser leaves the letter "A" in the code for the LBL
> and GOTO commands. I am positive that this is so the compiler can search
> through the prgm and find the LBL. BASIC language on a PC searches every
> line starting from the first one, until it finds the Label. I don't see
> why TI wouldnt do the same thing.
TI searches the whole program starting from the GOTO, till it hits the end and
starts over at the beginning.
PJC II