String concatenation: Difference between revisions

Added implementation for 'fe' language
(Add lang example)
(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}}==
18

edits