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