open_in_new
content_copy
global proc helloWorld(string $name) { print ("Hello "+$name+"!"); }