To explicitly convert a value to boolean, use either
the (bool) or the (boolean) cast.
However, in most cases you do not need to use the cast, since a value
will be automatically converted if an operator, function or
control structure requires a boolean argument.