Closed
Description
The data types listed on the "variables" page of the reference are misleading. The page shows several unsigned data types as
unsignedXxxx
where Xxxx are capitalized versions of one of the signed data types. The compiler throws errors if these are used as shown. The page documenting the data type shows the correct spelling.
These should be shown as
unsigned xxxx
Metadata
Metadata
Assignees
Labels
No labels