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