Mom can we have Scratch? We have scratch at home. Scratch at home:
Mom can we have Scratch? We have scratch at home. Scratch at home:


You're viewing a single thread.
Have they
#define
d out the equals symbol? I don't think thatfor
loop is going to compile.4 0 ReplyThe symbol they defined out is not the equals symbol but rather U+2550, so the for loop is fine.
22 0 Replywhy not? looks fine
3 0 ReplyThe
#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.1 0 Replythat's not a =, it's a ═ (
U+2550 BOX DRAWINGS DOUBLE HORIZONTAL
). you can tell because == doesn't connect but ══ does.13 0 ReplyFair 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.
3 0 Reply
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.
1 0 Reply