• notabot@lemm.ee
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    20 hours ago

    Have they #defined out the equals symbol? I don’t think that for loop is going to compile.

      • notabot@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        20 hours 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!@feddit.nu
          link
          fedilink
          English
          arrow-up
          10
          ·
          edit-2
          20 hours ago

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

          • notabot@lemm.ee
            link
            fedilink
            arrow-up
            2
            ·
            20 hours 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.

        • _____@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          20 hours 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.