Function to print a diamond shape

Ali Çehreli acehreli at yahoo.com
Sat Mar 22 19:47:50 PDT 2014


On 03/22/2014 06:03 PM, Jay Norwood wrote:

 > derr.writefln("time: ", sw.peek().msecs, "[ms]");

Cool. stderr should work too:

     stderr.writefln(/* ... */);

Ali



More information about the Digitalmars-d-learn mailing list