Open main menu
Home
Random
Log in
Settings
About OXPL Wiki
Disclaimers
OXPL Wiki
Search
Type system
Language
Watch
Edit
Revision as of 20:59, 21 January 2021 by
Viktor
(
talk
|
contribs
)
(Links)
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
The
type system
of OXPL will be static and strong.
Primitive types
The primitive types are the most basic ones.
integer:
integer
signed:
int
int8
int16
int32
int64
int128
unsigned:
uint
uint8
uint16
uint32
uint64
uint128
float:
float
float32
float64
character:
char
boolean:
bool
Composite types
array:
arr
string:
str