Appearance
Boa has the bool type, with its two possible values true and false.
bool
true
false
let is_boa_the_best_language_ever = true let am_i_rich = false