4 lines
38 B
Nix
4 lines
38 B
Nix
let
|
|
name = "Nix";
|
|
in
|
|
"hello ${name}" |
let
|
|
name = "Nix";
|
|
in
|
|
"hello ${name}" |