On Thursday, February 04, 2016 00:23:07 ixid via Digitalmars-d-learn wrote: > It would be nice to have a simple writeln that adds spaces > automatically like Python's 'print' in std.stdio, perhaps called > print.
If that's what you're looking for, I expect that most of us would think that it's just better to use writefln with a format string. But if you really want it, you can always create such a wrapper yourself. - Jonathan M Davis