• LazaroFilm
    link
    English
    31 year ago

    And then there’s stupid Cpp with

    if (true) {
      do();
    }
    

    Or

    if THIS
      do();
    endif 
    
    • ActuallyRuben
      link
      fedilink
      31 year ago

      What’s weird about the C++ one? At least that one is the same in a bunch of languages