-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: recognize "doubled" Unicode characters in Raku ternary operator (question mark and exclamation point). #433
Comments
I wouldn't mind |
Hi Liz, You are quite correct. Initially (above), I wasn't able to locate an uncolored But revisiting the table, I found this one:
Cheers and thank you! |
I always use un in these cases:
</hint> |
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).The text was updated successfully, but these errors were encountered: