fork download
  1.  
  2. var a =
  3. if true:
  4. var x = 5
  5. x
  6. else:
  7. 10
  8. echo(a)
  9.  
Compilation error #stdin compilation error #stdout 0s 6964KB
stdin
Standard input is empty
compilation info
prog.nim(4, 11) Error: 'else' expected
stdout
Standard output is empty