Background documentationInteger (integer) Locate this document in the navigation structure

 

An integer (integer) is a special numeric literal. An integer can be represented in any way.

Structure

Syntax Syntax

  1. <integer> ::=
      [<sign>]<unsigned_integer>
    
    <sign> ::=
      +
    | -
End of the code.