Jump to content

String append: Difference between revisions

no edit summary
No edit summary
Line 17:
123456789!
</pre>
 
=={{header|BBC BASIC}}==
<lang BBC BASIC> S$="Hello"
S$+=" World!"
PRINT S$
END</lang>
{{out}}
<pre>Hello World!</pre>
 
=={{header|D}}==
70

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.