Unicode variable names: Difference between revisions

Content added Content deleted
(Add VBA)
m (→‎{{header|Raku}}: update link to documentation)
Line 806: Line 806:
Raku is written in Unicode so, with narrow restrictions, nearly any Unicode letter can be used in identifiers.
Raku is written in Unicode so, with narrow restrictions, nearly any Unicode letter can be used in identifiers.


See Raku Synopsis 02. - https://design.raku.org/S02.html#Names
See the current Raku documentation on the topic here: https://docs.raku.org/language/syntax#Identifiers
<lang perl6>my $Δ = 1;
<lang perl6>my $Δ = 1;
$Δ++;
$Δ++;