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