tinvifstmt.nim 135 B

12345678910111213
  1. discard """
  2. errormsg: "invalid indentation"
  3. line: 9
  4. column: 3
  5. """
  6. if true:
  7. echo "a"
  8. elif:
  9. echo "b"
  10. else:
  11. echo "c"