Bool
Boolean type and operations.
While boolean operators _ and and or are short-circuiting,
avoiding computation of the right argument when possible, the functions
logand(, ) and logor(, _) are strict and will always evaluate both
of their arguments.
toText
func toText(x : Bool) : Text
Conversion.