Re: TIB: pxl-testing


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

Re: TIB: pxl-testing




Jeremy Mullins wrote:
[...]
> 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.

That's right, BASIC is not compiled, it is interpreted.
The difference is that when you run a BASIC program you won't find the
syntax errors until you reach them :-)

-- 
          Rene Kragh Pedersen
------------------------------------------------------------------
man: Why did you get a divorce?
man:: Too many arguments.


References: