Walter Bright wrote: > Then there's just one increment. Some tests show this can improve loop > performance by up to 70%. > I say go for it! I think it is important to break code as soon as possible. Waiting to break code will only result in more code being broken at a later time.