Jump to content

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
890

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.