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