On Sunday, 2 April 2017 at 10:02:09 UTC, Tobias Pankrath wrote:
On Sunday, 2 April 2017 at 09:22:38 UTC, Johan Engelen wrote:
Did we lose the ability to break strings across lines?

[1] https://dlang.org/changelog/2.072.0.html#deprecated_implicit_cat

Delimited strings are the way to go.

So how does that work with indentation?

```
//...
   ~
    "abc"
    "def";
```

- Johan

Reply via email to