<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreLogo Help Incorrect ~ Function Calls"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131075">131075</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreLogo Help Incorrect ~ Function Calls
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.3.5.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>PracticalCode@GMail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
On the following help page:

 ○ <a href="https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html">https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html</a>

It states:

[[[...

 • Alternative parenthesization in function calls

 TO star size color
 FILLCOLOR color
 REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 FORWARD size ]
 FILL
 END

 star 100 “red”
 star (100, “green”)
 star(100, “blue”)

...]]]

You will get an error on line 8; this is incorrect line:

 star (100, “green”)

When using parenthesis after a function call, you cannot have a space.

This line should simply be deleted from the documentation, as when corrected,
it is the same as the following (correct) statement:

 star(100, “blue”)


System Info:

Version: 6.3.5.2 (x64)
Build ID: dd0751754f11728f69b42ee2af66670068624673
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

Steps to Reproduce:
1. Enter the following text in Writer:

 TO star size color
 FILLCOLOR color
 REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 FORWARD size ]
 FILL
 END

 star 100 “red”
 star (100, “green”)
 star(100, “blue”)

2. Click [Run] button from LibreOffice Writer LibreLogo Toolbar

Actual Results:
Error on Line 8

Expected Results:
It successfully calls the [star] function, & redraws a green star over the
prior red star... and continues execution.


Reproducible: Always


User Profile Reset: No



Additional Info:
The help documentation on the following page needs corrected:

<a href="https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html">https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html</a>

Both UserProfile & OpenGL are irrelevant to this problem.</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>