• @bela@lemm.ee
        link
        fedilink
        122 years ago

        Every. Single. Time.

        Now I just skip straight to scripting it in Python.

    • exu
      link
      fedilink
      English
      62 years ago

      Like this I think

      if [1]; then
          echo "hi"
      fi
      
    • LazaroFilm
      link
      fedilink
      English
      42 years ago

      And then there’s stupid Cpp with

      if (true) {
        do();
      }
      

      Or

      if THIS
        do();
      endif 
      
      • ActuallyRuben
        link
        fedilink
        32 years ago

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