in reply to Re^3: Optimization, side-effects and wrong code
in thread Optimization, side-effects and wrong code

I had the misfortune of getting caught out by this the other day. I decided to call 'keys' inside a while (each) loop... this reset the pointer, causing an infinite loop :/
  • Comment on Re^4: Optimization, side-effects and wrong code