null-coalescing operators
Posted: Mon Jan 15, 2024 5:01 pm
Hi all,
I can't recall from the last summit if the null-coalescing operators are now supported by XSharp 2.18 ?
I've read in the forums that, yes, it's part of the 2.18, but can't find it in the "what's new" document.
Also what syntax is actually supported ?
I'm looking for the one for example, would it be in X# ?
https://learn.microsoft.com/en-us/dotne ... g-operator
Regards.
I can't recall from the last summit if the null-coalescing operators are now supported by XSharp 2.18 ?
I've read in the forums that, yes, it's part of the 2.18, but can't find it in the "what's new" document.
Also what syntax is actually supported ?
I'm looking for the
Code: Select all
??=
Code: Select all
??:=
https://learn.microsoft.com/en-us/dotne ... g-operator
Regards.