<div dir="ltr">

<div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">hi, everyone,
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">when I have a long text string to assign a string variable, including<span style="color:rgb(0,0,0)"><a href="http://www.baidu.com/link?url=NInXMacmUshIkK_HfkkFQmpygHwtCmzRnK8FcjFbBnQxXyk3dt9fROTuWYT66p_RY-f_tK4I_ejW-OPCGLyjKOu8kP8dM4DPDL-PcloSDIS"> </a>line break </span>character, I can’t do it like this in playground:
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><span style="font-stretch:normal;font-size:11px;font-family:Menlo;color:rgb(187,44,162)">var</span> <span style="font-size:11px"><span style="font-family:Menlo">str = &quot;abcd</span></span>
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><span style="font-size:11px"><span style="font-family:Menlo">            efg&quot;</span></span></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">but in other languages(for example, PHP), we can do it:
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">$str = &quot;asdf
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">                sdfasdf&quot;;
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">var_dump($str);
</div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px"><br></div><div style="font-family:&#39;Helvetica Neue&#39;;font-size:14px">So can Swift support this feature in next version? </div></div>