On 08/04/2016 12:52 AM, ag0aep6g wrote:
On 07.04.2016 13:59, rikki cattermole wrote:
"abc" strings are not multiline.
Use """abc""" for that purpose.

Wat. We're talking about, aren't we? In D, "abc" strings are multiline,
and """abc""" is not a thing. `"""abc"""` is the same as `"" "abc" ""`
is the same as `"" ~ "abc" ~ ""` is the same as `"abc"`.

Ugh, 2.070.2 definitely has it still.
I have no idea when that changed....

Reply via email to