forked from lix-project/lix
2 lines
58 B
Nix
2 lines
58 B
Nix
if "foo" != "f" + "oo" then 1 else if false then 2 else 3
|