Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the documentation of the Unicode characters, e.g. "»" , for Raku?

Tags:

operators

raku

Raku uses Unicode chars like "»". Its hard to search for information on these chars as they don't seem to be searchable in Google and I don't really know their names. For example, something like the "»" in:

$/.make: $<pair>».made

Is there a descriptive list of all special Unicode chars used in Raku?

like image 837
Konrad Eisele Avatar asked May 18 '20 18:05

Konrad Eisele


1 Answers

I think Unicode versus ASCII symbols section in Raku docs is what you're looking for.

Please note that you can search for » in the search box on the Raku documentation web site. It will give you an extensive pulldown on where » can occur in Raku.

like image 130
Elizabeth Mattijsen Avatar answered Sep 21 '22 11:09

Elizabeth Mattijsen