Parentheses
|
Signature |
|---|
|
Parentheses :( |
|
Description |
|---|
|
Parentheses are used to change the order of the calculation steps. The part inside the parentheses is calculated before the part outside the parentheses. Parentheses must be used in pairs. |
|
Result |
|---|
|
The same value as expression |
|
Arguments |
|
|---|---|
|
expression |
An arbitrary expression. |