Boolean type The bool type is a data type which can be either true or false. Example: let x: bool = true