var name = 10; print(name); name = name + 3; print(name);
1 2 10 42 11
10 13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!