Array concatenation: Difference between revisions

(→‎Joy: add)
Line 2,348:
 
<pre>["alpha", "beta", "gamma", "delta", "epsilon", "zeta", "eta", "theta", "iota"]</pre>
 
=={{header|Joy}}==
<syntaxhighlight lang="joy">[1 2 3] [4 5 6] concat.</syntaxhighlight>
 
=={{header|jq}}==
559

edits