String concatenation: Difference between revisions

(Added implementation for 'fe' language)
(→‎Joy: add)
Line 1,106:
<syntaxhighlight lang="javascript">var s = "hello"
print(s + " there!")</syntaxhighlight>
 
=={{header|Joy}}==
<syntaxhighlight lang="joy">
"title:" " text" concat.</syntaxhighlight>
{{out}}
<pre>"title: text"</pre>
 
=={{header|jq}}==
559

edits