[Libreoffice-bugs] [Bug 131075] LibreLogo Help Incorrect ~ Function Calls

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu May 14 09:13:09 UTC 2020


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

László Németh <nemeth at numbertext.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|libreoffice-bugs at lists.free |nemeth at numbertext.org
                   |desktop.org                 |

--- Comment #2 from László Németh <nemeth at numbertext.org> ---
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”).

(http://librelogo.org/2018/11/16/improvements-in-libreoffice-6-2/)

Thanks for your bug report! I am going to fix it soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200514/97ab3e3e/attachment.htm>


More information about the Libreoffice-bugs mailing list