|
Re: help with large loop
A for loop is a higher level construct of a more primitive algorithm.
You can just implement the base algorithm instead.
The base algorithm has an initializer, a test & branch, the inner block, the incrementer and branch.
One assignment, one test, one arithmetic operator.
Enjoy
__________________
Ed Barker
|