proc test {{x "Hello"} {y "World"}} { puts "$x $y" }testtest "Hi" "There"
Standard input is empty
Hello World Hi There
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!