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.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.