Apama Documentation : Developing Apama Applications : EPL Reference : Lexical Elements : Identifiers
Identifiers
An identifier is a character sequence composed of a combination of the following characters:
*The 26 letters of the Roman alphabet in upper and lower case
*Digits 0 through 9
*Underscore ( _ ) character
*Dollar sign ( $ ) character
The first character may not be a digit. Identifiers are case sensitive. An identifier cannot have the same spelling as a keyword. For example, the word action is a keyword and cannot be used as an identifier. See Lexical Elements for a list of the EPL keywords.
The length of an identifier is limited by available memory. In practice, this means you can make them as long as you want, but very long identifiers are hard to type and harder to read.
An identifier can also contain a hash symbol (#) as the first character. See Escaping keywords to use them as identifiers.
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback