03. Primitives
Talos provides a variety of typed primitives. These include:
| Type | Description |
|---|---|
Void | The intrinsic nullable type |
Number | 64-bit floating point (IEEE754) |
String | A sequence of UTF-8 characters |
Boolean | True or False state type |
Symbol | Internal runtime hash-values |
Alongside these types, there are some primitive values. These include:
| Value | Description |
|---|---|
True | Unit value denoting truthiness |
False | Unit value denoting falsiness |