String concatenation: Difference between revisions

Content added Content deleted
Line 479: Line 479:


end class</lang>
end class</lang>

=={{header|Easyprog.online}}==
<lang>a$ = "hello"
b$ = a$ & " world"
print b$</lang>

=={{header|Ela}}==
=={{header|Ela}}==
Strings in Ela support a polymorphic concatenation operator (++):
Strings in Ela support a polymorphic concatenation operator (++):