Skip to content

Bool

Bool has only two possible values: true and false. They are constructed using the following literals:

true  # A Bool that is true
false # A Bool that is false