Hey, there's nothing wrong with for-loops. Just trying to answer the question :)You could also do something like: foreach(i; 0 .. b.length) writeln(&b[i]);
Ha! Yes! :) Thanks :)
-Steve
Hey, there's nothing wrong with for-loops. Just trying to answer the question :)You could also do something like: foreach(i; 0 .. b.length) writeln(&b[i]);
Ha! Yes! :) Thanks :)
-Steve