<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">  myfunc("aaaa" ++ _) -><br>
<div class="im">       io:format("matched aaaa~n");<br>
<br>
</div>instead.  Works also as:<br>
<br>
   myfunc("aaaa " ++ R) -><br>
       io:format("matthed aaaa~n"),<br>
       io:format("R matches 123 in your example file");</blockquote><div><br>can somebody explain what the ++ operator is called and is doing there? <br></div></div><br>