RosettaCodeData/Task/Array-concatenation/00DESCRIPTION

7 lines
157 B
Plaintext

;Task:
Show how to concatenate two arrays in your language.
If this is as simple as <code><var>array1</var> + <var>array2</var></code>, so be it.
<br><br>