Null object: Difference between revisions

m
m (Fix Perl 6 -> Raku in comments)
Line 953:
 
=={{header|langur}}==
Null can be compared for directly, using equality operators, or can be checked with the isNull() function. DatabaseOperators operators (ending with a ? mark) propagate null. A null in an expression test is a non-truthy result.
 
<lang langur>val (.x, .y) = (true, null)
890

edits