String concatenation: Difference between revisions

Added output
(Added uBasic/4tH version)
(Added output)
Line 2,258:
t = Join(s, " world!")
Print Show (s), Show (t)</syntaxhighlight>
{{out}}
<pre>Hello Hello world!
 
0 OK, 0:61</pre>
 
=={{header|UNIX Shell}}==
374

edits