Why are parentheses not a thing in dynamic calculations? eg, (a + b)/c
This is the most basic thing in any programming language. It takes me hours to work out the massively complex logic (eg, with additional variables or custom states) what I can do in 30 seconds in the most basic programming language. Absolutely absurd. Genuinely intereted to know why this hasn’t been implemented yet…?
It has been implemented.
Go to Settings → Versions → Experimental features → Enable expression parentheses
Also, in Bubble, (a+b)/c = a + b / c as expressions are evaluated left to right if you’re not using parentheses.
1 Like
Excellent, thank you!!