Difference between revisions of "Type system"

From OXPL Wiki
Jump to navigation Jump to search
(Links)
m (Links)
 
Line 11: Line 11:
 
*** [[Type:int64|<tt>int64</tt>]]
 
*** [[Type:int64|<tt>int64</tt>]]
 
*** [[Type:int128|<tt>int128</tt>]]
 
*** [[Type:int128|<tt>int128</tt>]]
** unsigned: <tt>uint</tt>
+
** unsigned: [[Type:uint|<tt>uint</tt>]]
 
*** [[Type:uint8|<tt>uint8</tt>]]
 
*** [[Type:uint8|<tt>uint8</tt>]]
 
*** [[Type:uint16|<tt>uint16</tt>]]
 
*** [[Type:uint16|<tt>uint16</tt>]]

Latest revision as of 21:14, 21 January 2021

The type system of OXPL will be static and strong.

Primitive types

The primitive types are the most basic ones.

Composite types