### Example ```nim var x = @["test"] y = if true: x.addr else: x.addr {.emit: "console.log(`y`)".} ``` ### Current Output ``` undefined ``` ``` $ nim -v Nim Compiler Version 1.6.2 ```