fork download
  1. proc t(x: int) =
  2. let a = if x == 5: 4
  3. elif x == 7: 3
  4. else: 1
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.nim(2, 0) Error: expression expected, but found '[same indentation]'
stdout
Standard output is empty