Bool
The Bool
value type can have two values: True
and False
. For example, the result of comparisons and Boolean operators are of Bool
value type. It is mainly used for control flow circuitry.
note
The Bool value type does have a list type.