Boolean values
Sidef defines the true and false boolean values, which are part of the Bool type.
In conditional expressions, anything that evaluates to zero or nothing is considered false, including empty arrays and empty hashes.
Output:
Last updated