nix-gh/tests/lang/eval-okay-let.nix

6 lines
50 B
Nix

let {
x = "foo";
y = "bar";
body = x + y;
}