Re: brain gymnastics
- Posted by Jeff Zeitlin <jzeitlin at CYBURBAN.COM> Jun 02, 2000
- 496 views
On Fri, 2 Jun 2000 00:01:53 -0400, Tor Gausen <tor.gausen at C2I.NET> wrote: > Check out this perfectly legal (promise!) Euphoria > program, what value do you suppose will be printed? > integer i > i = 1 > i = -i > i /= i+1 You should get an error here, at run time - you're dividing by zero. > +i = +i > i *= i-1 > -i = -i > ? i -- Jeff Zeitlin jzeitlin at cyburban.com