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