fork download
  1. while false:
  2. var x = "やあ"
  3. echo x # 実行できない
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(3, 6) Error: undeclared identifier: 'x'
stdout
Standard output is empty