proc getString {blub} {
  return "Bla $blub"
}

puts "Hello [getString Blub] World!"