Re: or vs. plus

new topic     » goto parent     » topic index » view thread      » older message » newer message

Oops...

> 
> if c2 > c1 then
> 	printf(1,"\n'+' is %.03f times faster!",{c2/c1})
> else
> 	printf(1,"\n'or' is %f.2 times faster!",{c1/c2})

That should be

      printf(1,"\n'or' is %.03f times faster!",{c1/c2})

-=ck
"Programming in a state of Euphoria."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu