Talk:Multisplit: Difference between revisions

Content added Content deleted
m (→‎while. loop: close open tag)
Line 199: Line 199:
3</lang>
3</lang>


The next time through the loop, <code>next> will be 3. And, when we are done, one of these bitmasks will be all zeros, so next wil l be larger than the the bitmask length.
The next time through the loop, <code>next</code> will be 3. And, when we are done, one of these bitmasks will be all zeros, so next wil l be larger than the the bitmask length.


===ending===
===ending===