RosettaCodeData/Task/Array-concatenation/Nu/array-concatenation.nu

4 lines
50 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
let a = [1 2 3]
let b = [4 5 6]
[$a $b] | flatten