<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello Clément,<br>
      <br>
      Le 25/02/2015 09:16, Clément David a écrit :<br>
    </div>
    <blockquote
      cite="mid:1424852191.2265.9.camel@scilab-enterprises.com"
      type="cite">
      <pre wrap="">.../...
However using a tlist rhs/lhs force a copy which is not needed, using
named arguments let the interpreter avoid some copies.</pre>
    </blockquote>
    Do you mean that calls such as<br>
    <tt><br>
      myfun(a, parname2=val2, parname1=val1)</tt><tt><br>
    </tt><br>
    saves time and memory w.r.t.<br>
    <font face="Times New Roman, Times, serif"><br>
    </font><tt>myfun(a, val1, val2)</tt><tt><br>
    </tt><br>
    ?<br>
    Samuel<br>
    <br>
  </body>
</html>