Skip to content

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.

Value Types

  • Number - 32-bit signed integer
  • Text - 8-bit character based strings

Reference Types

Currently none

Clone this wiki locally