Re: Init variable on declare
- Posted by Robert Craig <rds at RapidEuphoria.com> Apr 04, 2007
- 506 views
c.k.lester wrote: > > amux wrote: > > > > I dream about this. > > func name -- function > > end name -- end function > > > > proc name2 -- procedure > > end name2 -- end procedure > > RobC, how much of a speed increase could we expect in execution if we > reduced > the tokens from 'function' to 'func' and 'procedure' to 'proc?' The > interpreter > would be looking for 50% less text for each token (66% for > procedure)!!!!!!!!!! There would be zero increase in execution speed, and a 0.000000001% increase in parse speed. It would also break existing code. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com