String concatenation: Difference between revisions

m
Line 479:
 
end class</lang>
 
=={{header|Easyprog.online}}==
<lang>a$ = "hello"
b$ = a$ & " world"
print b$</lang>
 
=={{header|Ela}}==
Strings in Ela support a polymorphic concatenation operator (++):
2,083

edits