using System.Console;mutable a=10;mutable b=20;WriteLine("{0},{1}",a,b);a <-> b;WriteLine("{0},{1}",a,b);
Standard input is empty
10,20 20,10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!