Deprecation of implicit string concatenation
Johan Engelen via Digitalmars-d
digitalmars-d at puremagic.com
Sun Apr 2 03:58:12 PDT 2017
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
More information about the Digitalmars-d
mailing list