fork download
  1. using static System.Console;
  2.  
  3. public class Program {
  4. public static void Main() {
  5. string name = "Girl";
  6. Write(name is "Girl" or "girl");
  7. }
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/248148/101
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(6,29): error CS1525: Unexpected symbol `or'
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty