Skip to content

Booleans

Boa has the bool type, with its two possible values true and false.

Simple example

boa
let is_boa_the_best_language_ever = true
let am_i_rich = false