Close
    logoAlexa's Circuits V2 Docs

    Bool value type

    Git RepositoryEdit on Github
    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.

    The Bool value type does have a list type.
    Getting Started — Previous
    exec value type
    Next