Open jubilatious1 opened 4 months ago
I wouldn't mind ⁇
‼
for consistency, but would be very against using colors. Syntax highlighting should be enough: so if you want ‼️
, then adjust your syntax highlighting accordingly, I'd say.
Hi Liz,
You are quite correct. Initially (above), I wasn't able to locate an uncolored !!
Unicode symbol. Only red.
But revisiting the table, I found this one:
‼︎
DOUBLE EXCLAMATION MARK
Unicode: U+203C U+FE0E, UTF-8: E2 80 BC EF B8 8E
Cheers and thank you!
I always use un in these cases:
% un ‼️
203C DOUBLE EXCLAMATION MARK ‼
FE0F VARIATION SELECTOR-16 ️
\
It's unclear to me why this got reverted and why? Some simple code spelunking didn't give me an answer :-(
I don't remember either (if I ever understood)
Unicode provides two characters that can (in combination) be used for Raku's ternary operator:
⁇ DOUBLE QUESTION MARK Unicode: U+2047, UTF-8: E2 81 87
‼️ red double exclamation mark Unicode: U+203C U+FE0F, UTF-8: E2 80 BC EF B8 8F
ATM, ASCII question marks work but Unicode double-question marks do not:
Same is true for Unicode double-exclamation points:
Anyway, I think
1 == 1 ⁇ True ‼️ False
looks really cool.(...and will look even cooler if we can get the Unicode people to accept a GREEN
⁇
double-question mark).