Unicode variable names: Difference between revisions

Content added Content deleted
(Added Arturo implementation)
Line 106: Line 106:


=={{header|Arturo}}==
=={{header|Arturo}}==

Arturo doesn't support words with non-ASCII characters. However, you can set/get a variable with any name defined as a Unicode string, using the functions <code>let</code> (or its alias <code>:</code>) and <code>var</code>.


<lang rebol>"Δ": 1
<lang rebol>"Δ": 1