Data Types

The primitive data types and their properties


Types

Integral

Fractional

Text

Other


Default Values

There are no uninitialized values. Variables without definitions will have the following values by default:


Truthiness

All types are truthy when their value is anything other than their default value, and falsy when equal to their default value.


⬅️ Conventions | Statements ➡️