RosettaCodeData/Task/Array-concatenation/Wart/array-concatenation.wart

5 lines
51 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
a <- '(1 2 3)
b <- '(4 5 6)
a+b
# => (1 2 3 4 5 6)