Background documentationUnsigned Integer (unsigned_integer) Locate this document in the navigation structure

 

An unsigned integer (unsigned_integer) is a special numeric literal.

Structure

Syntax Syntax

  1. <unsigned_integer> ::=
      <numeric_literal>
    
    <numeric_literal> ::=
      <fixed_point_literal>
    | <floating_point_literal>
End of the code.
Explanation

An unsigned integer can be represented in any way but must be a positive integer.