String concatenation: Difference between revisions

Added MiniScript
m (→‎{{header|NS-HUBASIC}}: NS-HUBASIC example added)
(Added MiniScript)
Line 1,006:
butterscotch
</pre>
 
=={{header|MiniScript}}==
<lang MiniScript>s = "hello"
print s + " world!"</lang>
 
{{output}}
<pre>hello world!</pre>
 
=={{header|MUMPS}}==
Anonymous user