somo1994
0
Q:

groovy add array to array

def a = [1, 2, 3]
def b = [4, 5, 6]
a << b
println a
[1, 2, 3, [4, 5, 6]]
0

Tags

New to Communities?

Join the community