|
||||||||||||
|
|
||||||||||||
Parenthesized formA parenthesized form is an expression enclosed in parentheses: it yields whatever the expression inside it yields. This expression looks like a tuple with one value, but there is a small difference. To create a tuple with one value, an extra comma must be added to the end of the expression. parenthesized := "(" expr ")"
|
||||||||||||
|
|
||||||||||||