RosettaCodeData/Task/Array-concatenation/Tailspin/array-concatenation.tailspin

4 lines
66 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def a: [1, 2, 3];
def b: [4, 5, 6];
[$a..., $b...] -> !OUT::write