let name = "world"; let n = 42; { greeting = "hello ${name}"; value = "n is ${n}"; }