String append: Difference between revisions

m
Line 293:
 
=={{header|LiveCode}}==
Livecode has two main ways, appending by use of "&" otor "&&" if a space is required and using the "merge" function (interpolation).
<lang LiveCode> local str="live"
put live & "code"