Separators
Separators are symbols that are used in certain statements and expressions.
Separator uses
Separators are used to:
Keep the various parts from bumping into each other, for example commas between parameter values in an action call
Group related elements together, for example the left and right braces at the beginning and end of a block of statements
Separator