let h = "Hello"; w = "World"; s = " "; in { helloWorld = h + s + w; }