Add '23.nix'

master
NaiJi ✨ 2 years ago
parent 13ff8f66a9
commit aad713b6fe

@ -0,0 +1,9 @@
let
x = 123;
as = { a = "foo"; b = "bar"; x="234"; };
in with as; {
res = x; # what value is res bound to?
}
# naiji: 'let' has priority over 'with'
Loading…
Cancel
Save