var x = 10 switch(x) { case 1: print("One") case 2: print("Two") default: print("Other")}
Standard input is empty
Other
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!