fork download
  1. # your code goes here
  2.  
  3. proc doStuff(s: string) =
  4. echo s
  5.  
  6. var s1 = "Test"
  7. doStuff(t1)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(7, 10) Error: undeclared identifier: 't1'
stdout
Standard output is empty