Difference between revisions of "Type:integer"

From OXPL Wiki
Jump to navigation Jump to search
(Created page)
 
(No difference)

Latest revision as of 21:52, 21 January 2021

integer type
Address prim::integer
Family primitive

The integer type represents an integer, regardless of the signedness (signed or unsinged). Values cannot be initialized with this type as they have to be initialized with a bit size and signedness (like int32 for a signed 32-bit integer).