Wrapped Expression
A wrapped expression is an expression surrounded by parentheses.
Structure
WrappedExpr = '(' Expression ')'
Example
(5)
(1 + 9) * 3
(one() or two()) and three()
A wrapped expression is an expression surrounded by parentheses.
WrappedExpr = '(' Expression ')'
(5)
(1 + 9) * 3
(one() or two()) and three()