Bool value type
Last update: 6 minutes ago by AlexaReading time: 2 min
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.
