Unicode variable names: Difference between revisions

m
→‎{{header|Raku}}: update link to documentation
(Add VBA)
m (→‎{{header|Raku}}: update link to documentation)
Line 806:
Raku is written in Unicode so, with narrow restrictions, nearly any Unicode letter can be used in identifiers.
 
See the current Raku Synopsisdocumentation 02.on -the topic here: https://designdocs.raku.org/S02.htmllanguage/syntax#NamesIdentifiers
<lang perl6>my $Δ = 1;
$Δ++;
2,392

edits