hello() { print "Hello!\n"; } helloNum(int num) { print "Hello, got number: "+num+"\n"; }