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
To the extent possible under law, the persons who contributed to this workhave waived
all copyright and related or neighboring rights to this workby associating CC0 with it.
https://crystal-lang.org/docs/syntax_and_semantics/literals/bool.html