Bool

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

  1. true # A Bool that is true
  2. false # A Bool that is false