Null object: Difference between revisions

m
Line 906:
Null can be compared for directly, using equality operators, or can be checked with the isNull() function. Database operators (ending with ? mark) propagate null. A null in an expression test is a non-truthy result.
 
<lang langur>varval (.x, .y) = (true, null)
 
writeln .x == null
885

edits