-
Notifications
You must be signed in to change notification settings - Fork 0
Data Types
Dennis Rönn edited this page Oct 4, 2022
·
1 revision
Dern currently has 2 data types. Number and Text. In the future Dern will support more complex data structures such as struct. Dern does not have an explicit bool type but Number may be used implicitly as a boolean type.
-
Number- 32-bit signed integer -
Text- 8-bit character based strings
Currently none