Last updated 1 year ago
Was this helpful?
All operators in Sidef have the same precedence, which is controlled by lack of whitespace between the operands.
For example:
See also the on the precedence of operators.
1+2 * 3+4 # means: (1+2) * (3+4)