String append: Difference between revisions

Added uBasic/4tH version
(→‎BQN: add)
imported>Thebeez
(Added uBasic/4tH version)
Line 481:
END</syntaxhighlight>
 
==={{header|uBasic/4tH}}===
<syntaxhighlight lang="qbasic">a := "Hello"
a = Join (a, " World!")
print Show(a)</syntaxhighlight>
==={{header|XBasic}}===
{{works with|Windows XBasic}}
Anonymous user