<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nemeth@numbertext.org" title="László Németh <nemeth@numbertext.org>"> <span class="fn">László Németh</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - LibreLogo Help Incorrect ~ Function Calls"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131075">bug 131075</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>nemeth@numbertext.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - LibreLogo Help Incorrect ~ Function Calls"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131075#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - LibreLogo Help Incorrect ~ Function Calls"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131075">bug 131075</a>
              from <span class="vcard"><a class="email" href="mailto:nemeth@numbertext.org" title="László Németh <nemeth@numbertext.org>"> <span class="fn">László Németh</span></a>
</span></b>
        <pre>Indeed, that line is obsolete from LibreOffice 6.2:

Compiling Logo expressions to Python, i.e. adding parentheses at the right
places uses a parser instead of the former heuristic method. Thus, you can
write arbitrarily complex expressions, either in combination with Python lists,
and calling own Logo functions with more than one argument without parentheses.
Note: In LibreLogo expressions you can use Logo and Python syntaxes at one
time. To avoid conflict, now parenthesis directly following the function name,
eg. in “sin(x) * 2” denotes Python syntax, (meaning 2·sin(x)), while the space
separated version, eg. “sin (x) * 2”, denotes Logo syntax (meaning “sin(2·x)”,
as the simpler Logo expression “sin x * 2”).

(<a href="http://librelogo.org/2018/11/16/improvements-in-libreoffice-6-2/">http://librelogo.org/2018/11/16/improvements-in-libreoffice-6-2/</a>)

Thanks for your bug report! I am going to fix it soon.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>