A type with two states.
The boolean type has two values: true and false. It denotes whether something is active or enabled.
true
false
Copy#false \ #true \ #(1 < 2)
#false \ #true \ #(1 < 2)