Show TOC

Integer (integer)Locate this document in the navigation structure

Use

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

Structure
				
<integer>::=
  [<sign>]<unsigned_integer>

<sign>::=
  +
| -