Primitive Types
| type | values | description |
|---|---|---|
() | () | Unit type, that consists of single value (). |
Bool | true, fales | Boolean type. True or false. |
Int | 0, 100, -1, … | Integer type. (currently 64-bit integer) |
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
| type | values | description |
|---|---|---|
() | () | Unit type, that consists of single value (). |
Bool | true, fales | Boolean type. True or false. |
Int | 0, 100, -1, … | Integer type. (currently 64-bit integer) |