RosettaCodeData/Task/Array-concatenation/00DESCRIPTION
2016-12-05 22:15:40 +01:00

6 lines
157 B
Text

;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>