fork download
  1.  
  2. proc foo(bar: string) bool =
  3. echo("foo" + bar)
  4.  
  5. foo("bar")
  6.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(2, 26) Error: a type has no value
stdout
Standard output is empty