Skip to content

Grouping

Expressions surrounded by parenthesis (()) are evaluated first.

Syntax
(expr)
Example
1 - (2 + 4)
# -5