Skip to main content
Version: 1.4.0

Booleans

The predefined type bool has exactly two values: true and false.

const a : bool = true;
const b : bool = false;