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