Jump to content

String append: Difference between revisions

No edit summary
Line 504:
 
=={{header|DBL}}==
<lang DBL>;Concatenate "Hello world!"
;Concatenate "Hello wrld!"
STR='Hello'
STR(%TRIM(STR)+2:5)='world'
STR(%TRIM(STR)+1:1)='!'</lang>
</lang>
 
 
=={{header|Delphi}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.