• I Cast Fist
    link
    fedilink
    84 days ago
    // comment
    if(x < 10) {
      // comment1
      if(x < 20) {
        // comment2
        if(x < 30) {
          printf("hello, world\\n");
        }
      }
    }
    
    • @underscores@lemmy.zip
      link
      fedilink
      English
      4
      edit-2
      4 days ago

      This is the cursed case when you case the forbidden scroll of the ancients: switch (true) { }

      edit: on second thought I’m not sure now I’ll have to think about how fall through cases work