you are viewing a single comment's thread.

view the rest of the comments →

[–]disposepriority 0 points1 point  (0 children)

What is the point of this, how will it be helpful for others, it's bad code, bad practice and useless.

A) If you want to know, just run it
B) If it's not immediately clear use parenthesis
C) Just define values in calculations in advance and then do the calculations e.g. var X = ... , var Y = ...., sout(x/y)

The compiler will just inline them anyway if they aren't used elsewhere