• @[email protected]
      link
      fedilink
      English
      221 day ago

      The symbol they defined out is not the equals symbol but rather U+2550, so the for loop is fine.

      • @[email protected]
        link
        fedilink
        01 day ago

        The #define = line would mean the = would be effectively removed, rendering the for a syntax error. That is, assuming it is an equals sign they’ve redefined, and not similar looking character.

        • lime!
          link
          fedilink
          English
          14
          edit-2
          1 day ago

          that’s not a =, it’s a ═ (U+2550 BOX DRAWINGS DOUBLE HORIZONTAL). you can tell because == doesn’t connect but ══ does.

          • @[email protected]
            link
            fedilink
            31 day ago

            Fair point, I wasn’t sure it was the equals, hence my initial question. Drawing boxes with the box drawing characters does make a lot more sense.

        • @[email protected]
          link
          fedilink
          English
          11 day ago

          It looks like a different symbol of you were to compare the characters length in pixels

          the equals and the horizontal double bars seem different to me.