2.1.13 Int

The Int data type supports a value range from -231 (-2,147,483,648) through 231 – 1 (2,147,483,647). The values of this data type are represented in simple Unicode string format, as follows.

 Int = ["-"]1*10DIGIT