RosettaCodeData/Task/Array-concatenation/Ela/array-concatenation.ela

4 lines
35 B
Plaintext

xs = [1,2,3]
ys = [4,5,6]
xs ++ ys