Comment on K: We need to talk about groupparentComments−lizmat3yNo.In the Raku Programming Language there are several non-ASCII operators, although each of them has a pure ASCII equivalent. Some examples: ≤ vs <=, ≠ vs !=, ∈ vs (elem), etc.The full list: https://docs.raku.org/language/unicode_ascii.html
Comments
No.
In the Raku Programming Language there are several non-ASCII operators, although each of them has a pure ASCII equivalent. Some examples: ≤ vs <=, ≠ vs !=, ∈ vs (elem), etc.
The full list: https://docs.raku.org/language/unicode_ascii.html