aboutsummaryrefslogtreecommitdiff
path: root/docs/booleans.md
blob: a3ad22d08afe19d8baeee3eefaedf23b7e1c5287 (plain)
1
2
3
4
5
6
7
8
# Boolean Values

Boolean values have the type `Bool` and can be either `yes` ("true") or `no`
("false").

# API

[API documentation](../api/booleans.md)