Standard Rule Punctuation
This section contains a description of the punctuation used to write rules in Free Form Editing.
Punctuation | Description | Example |
---|---|---|
semi-colon
; |
Used to end a rule or action in a rule. |
|
parentheses
() |
Used to group conditions. Each rule may have multiple pairs of parentheses depending on what is happening in the rule. |
|
forward slashes
// |
Used to indicate that the line of code is a comment. |
|
curly brackets
{} |
Used to indicate that two or more actions occur in the rule. Note that each action ends with a semi-colon. |
|