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()
not bool(a bool)
to nat8(a bool)