var n = 5; function square (n) { return n * n;} print(square(3));print(n);
Standard input is empty
9 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!