company logo

Unsigned character

The unsigned keyword can be used in front of integer types and indicates the the type refers to values greater or equal to 0. In contrast to C/C++, unsigned is not supported for character types.

The keyword can be written in small or capital letters but not mixed.

Definition: 

_unsigned :: 'unsigned' | 'UNSIGNED'