Name | parentheses |
||||||||
---|---|---|---|---|---|---|---|---|---|
Description |
Grouping and containing expressions and parameters. Parentheses have multiple functions relating to functions and structures. They are used to contain a list of parameters passed to functions and control structures and they are used to group expressions to control the order of execution. Some functions have no parameters and in this case, the space between parentheses is blank. Parentheses are also used to write tuple literals. See the documentation on tuples for more information. |
||||||||
Syntax |
| ||||||||
Parameters |
| ||||||||
Related |
comma tuple |
Cover
Reference
Tutorials
Bugs