foo := {} foo.bar := "Hello " foo["baz"] := "World!" OutputDebug Hello World! ; Plain string OutputDebug % foo["bar"] foo.baz ; Object properties OutputDebug % "Hello" A_Space "World!" ; String concatenation