in reply to Re: Is // a "Null coalescing operator" ?
in thread Is // a "Null coalescing operator" ?
So you say "null" in C# corresponds to "undef" in Perl?
(e.g. JS has both, "undefined" and "null", which are different)
Then consequently these attempts to list the or-operators from JS, Ruby and Python as examples are wrong(?)
Cheers Rolf
1) I imagine a non-nullable type is a type which doesn't allow uninitializing declarations, or in perl-lingo my $typevar wouldn't be allowed but my $typevar=init() would.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is // a "Null coalescing operator" ?
by Anonymous Monk on Aug 09, 2010 at 01:54 UTC | |
by LanX (Saint) on Aug 09, 2010 at 10:33 UTC | |
by JavaFan (Canon) on Aug 09, 2010 at 23:49 UTC |