about:booleans
The expressions true and false are not symbols but values.
In conditional tests, everything that is not null or an empty
sequence (this includes an empty string) counts as true.
make-html > true
it: true
make-html > false
it: false