Booleans are expressions that evaluates if it's true or false. For example, if you compare 2 integers that are the same, it'll return true. If they're not the same, it'll return False. You can also use booleans to enable or disable something if the type supports bools.