Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3e6bf966985f6212e99d146cb18e4e2f6a6a6964
2 lines
62 B
Nix
2 lines
62 B
Nix
# Test string interpolation
|
|
let x = "world"; in "Hello ${x}!"
|