Apama 10.7.2 | Developing Apama Applications | EPL Reference | Lexical Elements | Separators
 
Separators
Separators are symbols that are used in certain statements and expressions. These are:
{
}
[
]
(
)
.
;
,
:
white space
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.