Type system
Jump to navigation
Jump to search
The type system of OXPL will be static and strong.
Primitive types
The primitive types are the most basic ones.
- integer
- signed
- int8
- int16
- int32
- int64
- int128
- unsigned
- uint8
- uint16
- uint32
- uint64
- uint128
- signed
- float
- float32
- float64
- character: char
- boolean: bool