String concatenation: Difference between revisions

Added uBasic/4tH version
(Added uBasic/4tH version)
Line 2,252:
Hello literal
</pre>
 
=={{header|uBasic/4tH}}==
<syntaxhighlight lang="uBasic/4tH">
s := "Hello"
t = Join(s, " world!")
Print Show (s), Show (t)</syntaxhighlight>
 
=={{header|UNIX Shell}}==
374

edits