@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • 2 months agoMom can we have Scratch? We have scratch at home. Scratch at home:lemmy.mlimagemessage-square31arrow-up1466cross-posted to: programmerhumor@lemmy.ml
arrow-up1466imageMom can we have Scratch? We have scratch at home. Scratch at home:lemmy.ml@HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish • 2 months agomessage-square31cross-posted to: programmerhumor@lemmy.ml
minus-square@notabot@lemm.eelinkfedilink1•2 months agoThe #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.
minus-squarelime!linkfedilinkEnglish15•edit-22 months agothat’s not a =, it’s a ═ (U+2550 BOX DRAWINGS DOUBLE HORIZONTAL). you can tell because == doesn’t connect but ══ does.
minus-square@notabot@lemm.eelinkfedilink3•2 months agoFair 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.
minus-square@_____@lemm.eelinkfedilinkEnglish1•2 months agoIt 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.
The
#define =
line would mean the=
would be effectively removed, rendering thefor
a syntax error. That is, assuming it is an equals sign they’ve redefined, and not similar looking character.that’s not a =, it’s a ═ (
U+2550 BOX DRAWINGS DOUBLE HORIZONTAL
). you can tell because == doesn’t connect but ══ does.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.
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.