Developing Apama Applications > Apama EPL Reference > Lexical Elements > Literals > Integer literals > Base 10 literals
Base 10 literals
Base 10 integral literal values are a sequence of one or more of the digits 0 through 9.
Base10IntegerLiteral
Examples
i := 0;
i := 11;
i := 1023;
i:= 9223372036854775807;
The value can optionally be preceded by a sign. If the sign is omitted, + is assumed.
The number 9223372036854775807 or (263 - 1) is the largest base 10 integer literal value that can be represented.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.