String concatenation: Difference between revisions

Content deleted Content added
JDDev0 (talk | contribs)
Add lang example
Ooichu (talk | contribs)
Added implementation for 'fe' language
Line 924:
fansh> b
abcdef</syntaxhighlight>
 
=={{header|Fe}}==
'''pack''' is not a built-in function, see its definition [[Reverse_a_string#Fe|here]].
<syntaxhighlight lang="clojure">
(print (pack '("Hello" " world!")))
</syntaxhighlight>
 
=={{header|Forth}}==