https://bugs.documentfoundation.org/show_bug.cgi?id=131075

            Bug ID: 131075
           Summary: LibreLogo Help Incorrect ~ Function Calls
           Product: LibreOffice
           Version: 6.3.5.2 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: practicalc...@gmail.com

Description:
On the following help page:

 ○ https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html

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:

https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html

Both UserProfile & OpenGL are irrelevant to this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to