Thanks Peter. These new operators are cool, but the real pain point in X++ is C# interobility, for example, you can't call C# functions that require iterators as parameters(like functions with '<' or '>' or '=>' or '[]' symbols). X++ compiler generates an error during this. The current workaround is creating a C# project that wraps these functions, but it is will be great to see some improvements in this area for X++. As an option for example introduce maybe some C# area tag, and inside this area all code will be compelled according to C# rules