Boolean values have the type Bool and can be either yes ("true") or no ("false").
Bool
yes
no
API documentation
1 # Boolean Values 2 3 Boolean values have the type `Bool` and can be either `yes` ("true") or `no` 4 ("false"). 5 6 # API 7 8 [API documentation](../api/booleans.md)