Jump to content

Unicode strings: Difference between revisions

m
(add PowerShell)
imported>Arakov
Line 620:
ELENA supports both UTF8 and UTF16 strings, Unicode identifiers are also supported:
 
ELENA 46.x:
<syntaxhighlight lang="elena">public program()
{
Line 626:
var строка := "Привет"w; // UTF16 string
console.writeLine:(строка);
console.writeLine:(四十二);
}</syntaxhighlight>
{{out}}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.