Unicode variable names: Difference between revisions

m
Line 107:
=={{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>.
 
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
1,532

edits