1 line
58 B
Nix
1 line
58 B
Nix
if "foo" != "f" + "oo" then 1 else if false then 2 else 3
|
if "foo" != "f" + "oo" then 1 else if false then 2 else 3
|