Apama 10.3.1 | 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 ($)
The first character must not be a digit. Identifiers are case sensitive. An identifier must not have the same spelling as a keyword. For example, the word action is a keyword and cannot be used as an identifier. An identifier can also contain a hash symbol (#) as the first character. This is helpful if you want to use a keyword as an identifier. See also Keywords.

Copyright © 2013-2019 | 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.