On 3/24/15 11:56 AM, "Jacques =?UTF-8?B?TcO8bGxlciI=?= <[email protected]>" wrote:
On Tuesday, 24 March 2015 at 13:09:21 UTC, Steven Schveighoffer wrote:
New code:

immutable nfields = header.count('\t');
...
output.writeln(cycle("\t-").take(2 * nfields));

output.writeln("\t-".repeat(nfields).join);

output.writeln("\t-".repeat(nfields).joiner);

Andrei

Reply via email to