Re: QBasic --> Euphoria (again)
- Posted by "C.K. & Kirsten Lester" <candk at TICNET.COM> Sep 01, 1998
- 595 views
> function abs(object x) > return x*((x>0)-(x<0)) > end function > > yours is faster by about 4%! Congratulations! ;and -) jiri I hope this is the kind of thing that makes it into the FAQ code snippets section. :)