Null values and null handling in Soul
null
value in Soul represents the intentional absence of any value. It is a special literal that indicates that a variable has no value or that a function returns nothing meaningful.
value == null
is clearer than !value