String concatenation: Difference between revisions

Content deleted Content added
m →‎{{header|NS-HUBASIC}}: NS-HUBASIC example added
Added MiniScript
Line 1,006: Line 1,006:
butterscotch
butterscotch
</pre>
</pre>

=={{header|MiniScript}}==
<lang MiniScript>s = "hello"
print s + " world!"</lang>

{{output}}
<pre>hello world!</pre>


=={{header|MUMPS}}==
=={{header|MUMPS}}==