String concatenation: Difference between revisions

Content added Content deleted
(Added uBasic/4tH version)
(Added output)
Line 2,258: Line 2,258:
t = Join(s, " world!")
t = Join(s, " world!")
Print Show (s), Show (t)</syntaxhighlight>
Print Show (s), Show (t)</syntaxhighlight>
{{out}}
<pre>Hello Hello world!

0 OK, 0:61</pre>


=={{header|UNIX Shell}}==
=={{header|UNIX Shell}}==