String concatenation: Difference between revisions

Content added Content deleted
(Add lang example)
(Added implementation for 'fe' language)
Line 924: Line 924:
fansh> b
fansh> b
abcdef</syntaxhighlight>
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}}==
=={{header|Forth}}==