Unicode variable names
Raku is written in Unicode so, with narrow restrictions, nearly any Unicode letter can be used in identifiers.
See the current Raku documentation on the topic here: https://docs.raku.org/language/syntax#Identifiers
Function and subroutine names can also use Unicode characters: (as can methods, classes, packages, whatever...)
See Also:
Last updated