Messy code in console

FreeSlave via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 11 01:48:41 PDT 2014


On Sunday, 11 May 2014 at 07:43:07 UTC, Kagamin wrote:
> Known bug https://issues.dlang.org/show_bug.cgi?id=2742

It's not bug. Write-functions are designed to output text to 
stdout, and it's issue of programmer to make sure that expected 
"acceptor" can interpret them properly. Note that stdout may be 
redirected to file or be part of pipe, that does nothing with cmd 
console.


More information about the Digitalmars-d-learn mailing list