RosettaCodeData/Task/Array-concatenation/K/array-concatenation-1.k
2023-07-01 13:44:08 -04:00

4 lines
46 B
Text

a: 1 2 3
b: 4 5 6
a,b
1 2 3 4 5 6