BooleansBooleansVersion: 1.4.0BooleansThe predefined type bool has exactly two values: true and false.Copyconst a : bool = true;const b : bool = false;