Nix (language): Difference between revisions

imported>Chrissound
m Slightly more SEO friendly
imported>Kzvi
m syntax error
Line 24: Line 24:
   a = abort "will never happen";
   a = abort "will never happen";
   b = "hello";
   b = "hello";
   c = "world"
   c = "world";
in b + c
in b + c
</syntaxHighlight>
</syntaxHighlight>