forked from lix-project/lix
6 lines
50 B
Nix
6 lines
50 B
Nix
|
let {
|
||
|
x = "foo";
|
||
|
y = "bar";
|
||
|
body = x + y;
|
||
|
}
|