fork download
  1. var to = false ? "A" : "B";
  2. print(to);
Success #stdin #stdout 0.01s 30152KB
stdin
Standard input is empty
stdout
B