Tuple Expressions
Syntax
<tuple-expr> ::=
(
<elements>?)
Note to disambiguate a singleton tuple from a grouping, you should add a trailing comma.
Syntax
<tuple-expr> ::=
(
<elements>?)
Note to disambiguate a singleton tuple from a grouping, you should add a trailing comma.