<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Because ++ is *list* concatenation and list concatenation only?</div><div class="gmail_default" style="font-family:monospace,monospace">1> A = <<"Hello">>, B = <<" ">>, C = <<"world!">>,<br>1> <<A/binary, B/binary, C/binary>>.<br><<"Hello world!">></div><div class="gmail_default" style="font-family:monospace,monospace"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 22 Aug 2019 at 05:38, <<a href="mailto:empro2@web.de">empro2@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Playing with bitsy strings I happened to enter s/th like<br>
that – and got a little surprisy.<br>
<br>
~Michael<br>
<br>
-- <br>
<br>
That which was said, is not that which was spoken,<br>
but that which was understood; and none of these<br>
comes necessarily close to that which was meant.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>