Jump to content

String append: Difference between revisions

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