String append: Difference between revisions

No edit summary
Line 382:
{{out}}
<pre>Hello World!</pre>
 
==={{header|Commodore BASIC}}===
<lang GWBASIC>10 S$ = "HELLO"
20 S$ = S$ + " WORLD!"
30 PRINT S$
40 END</lang>
{{out}}
<pre>HELLO WORLD!</pre>
 
==={{header|IS-BASIC}}===
Anonymous user