let a = @['a','b','c'] b = @["A","B","C"] c = @[1,2,3] for i in 0..2: echo a[i], b[i], c[i]