On Thursday, 1 January 2015 at 14:41:00 UTC, Joseph Rushton Wakeling via Digitalmars-d wrote:
I would be inclined to prefer ``code`` or ```code```, simply because it's valid D syntax to have,

    auto someString = `Some great big string`;

Eh, that breaks my habit from stack overflow. How often do you write an inline `raw string` anyway? It'd still just work inside ---\ncode\n--- blocks, and you could still do $(D_CODE auto s = `code`;) if you wanted to.

Reply via email to