gonix
/
tests
/
functional2
/
lang
/
let
/
in-ancient-let.nix
1
2
3
4
5
let
{
x
=
"foo"
;
y
=
"bar"
;
body
=
x
+
y
;
}