string hello = "hello"; string world = "world"; float () main = { print (hello + " " + world + "\n"); };