String concatenation: Difference between revisions

m
m (Added a compilable example vs running in REPL shell)
imported>Arakov
Line 790:
 
=={{header|Elena}}==
ELENA 46.x:
<syntaxhighlight lang="elena">public program()
{
Line 796:
var s2 := s + " literal";
console.writeLine:(s);
console.writeLine:(s2);
console.readChar()
}</syntaxhighlight>
Anonymous user