Arc Forumnew | comments | leaders | submitlogin
2 points by Pauan 4611 days ago | link | parent

For Nulan, my current thought is that multi-case "if" is too confusing with indentation, so the above would be written like this:

  if 1
    2
    if 3
      4
      5