Incorrect order of operations when brackets are used. Write 4*(3*2) + 1 in the code editor observed result: in the result preview the result is 28 expected result: the result should be 25 Workaround is to add brackets on every operation: (4*(3*2)) + 1
Hi, On 22 October 2018 (Monday), we are uploading our next LIB version (2018.3.1022) where the fix will be included. Best regards, Ralitsa Kumanovas
Hello, We have increased the priority of this issue and will be providing a fix as soon as possible.. However we cannot commit a specific time-frame for fixing it. You will be notified when there is a change in its status. Regards, Sia
Lets get this fixed ASAP.