RosettaCodeData/Task/Array-concatenation/00DESCRIPTION

7 lines
157 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2015-11-18 06:14:39 +00:00
Show how to concatenate two arrays in your language.
2016-12-05 22:15:40 +01:00
2015-11-18 06:14:39 +00:00
If this is as simple as <code><var>array1</var> + <var>array2</var></code>, so be it.
2016-12-05 22:15:40 +01:00
<br><br>