fork download
  1. proc f(x: int): int =
  2. x + 1
  3.  
  4. echo 42.f
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(2, 0) Error: tabulators are not allowed
stdout
Standard output is empty