keen/bool

Source
This is a standard module and does not need to be explicitly imported.
bool builtin
Boolean type: either false or true.
false bool()
true bool()
new bool()
== bool(a bool, b bool)
<=> comparison(a bool, b bool)
Compares false less than true.
to nat8(a bool)