in reply to Re^2: Is // a "Null coalescing operator" ?
in thread Is // a "Null coalescing operator" ?
So you ask "what does nullable type mean?" see? :)
So you say "null" in C# corresponds to "undef" in Perl?
Yes, in the case of defined-or operator, in perl it really means not-undef-or and in C# it means not-null-or
See the caveats Nullable Types (C#)
Then consequently these attempts to list the or-operators from JS, Ruby and Python as examples are wrong(?)
I don't see how
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Is // a "Null coalescing operator" ?
by LanX (Saint) on Aug 09, 2010 at 10:33 UTC | |
by JavaFan (Canon) on Aug 09, 2010 at 23:49 UTC |