in reply to Re^3: NULL Variables
in thread NULL Variables
It's not that easy. Many languages have a "NULL" which isn't always the same as undef.
Javascript for instance has "undefined" and "Null". This has much to do with different models concerning the boolean interpretation of certain data types.
So the "complaints" you are criticizing are motivated by the confusion about the real question behind the OP might be.
Maybe of interest: Is // a "Null coalescing operator" ?
Cheers Rolf
|
|---|