Mom can we have Scratch? We have scratch at home. Scratch at home:
-
This post did not contain any content.
-
This post did not contain any content.
My employer's CI rejects extended ASCII characters
-
This post did not contain any content.
You could do this in basic ASCII, with only three defines. replace "_ " with "{", replace "_;" with "}", and "_" with nothing. If your compiler processes macros in the correct order, it will become valid code. (You would use semicolons as the vertical lines)
-
This post did not contain any content.
Have they
#define
d out the equals symbol? I don't think thatfor
loop is going to compile. -
Have they
#define
d out the equals symbol? I don't think thatfor
loop is going to compile.why not? looks fine
-
why not? looks fine
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. -
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. -
-
My employer's CI rejects extended ASCII characters
Really? You never use the occasional or something?
Edit: my client actually parses the space lol