RE: Euphoria DLLs
- Posted by Brian Broker <bkb at cnw.com> Apr 25, 2003
- 420 views
I believe that is just a way to convert the integer pErrorDescription to an atom. Rob's assignment assures that p is stored as an atom internally (not as an integer as your assignment would be). -- Brian stabmaster wrote: > > Rob, why did you use: > > > p = 0.0 + pErrorDescription > > instead of just: > > p = pErrorDescription > > Is this some quirk to save cycles that you haven't told us about (or > that > i've just missed)? > >