On 2/2/11, Mafi <[email protected]> wrote: > foreach(x, ref column; array) > foreach(y, ref element; column) > //maybe more... > { > //do something > }
Cool, that fixes the indentation issue. Nice.
On 2/2/11, Mafi <[email protected]> wrote: > foreach(x, ref column; array) > foreach(y, ref element; column) > //maybe more... > { > //do something > }
Cool, that fixes the indentation issue. Nice.