zhyy2008z

Results 3 comments of zhyy2008z

Cheer up, I like it very much! Please implement it as soon as possible! The old switch statement is too annoying, especially the grammatical rules of variables declaration scope, I...

Maybe it would be better to use ";" instead of "," as the separator? ```cs var o = ...; switch (o) { 1 => Console.WriteLine("o is 1"); string s =>...