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

László Németh <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #2 from László Németh <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to