fork download
  1. using System;
  2. using Nemerle.IO;
  3.  
  4. printf("Value = %d", "s")
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nem:4:1:4:7: error: expected int, got string in type-enforced expression: System.String is not a subtype of System.Int32 [simple require]
stdout
Standard output is empty