[swift-evolution] multi-line string literals.

John Holdsworth mac at johnholdsworth.com
Sun Apr 24 16:56:37 CDT 2016


This isn’t the best argument but they can be very slow to compile :(

> On 24 Apr 2016, at 22:52, Ted F.A. van Gaalen <tedvgiosdev at gmail.com> wrote:
> 
> let purpleRain =        // in remembrance to one of my favorite artists.
>  “What’s wrong with concatenating string constants with “ +
>  “plus-signs, like in this example? \n\n“                            +
>  “I am quite happy with doing it this way. ”                   +
>  “No problem, kind regards\n”                                   +
>  “TedvG” 
> 
> (not so active here in the coming 2-3 weeks.
> In the process of moving from
> www.illmensee.de  to  www.speyer.de )
> 
> 
> 



More information about the swift-evolution mailing list