a = {'a','b','c'} b = {'A','B','C'} c = {1,2,3} for i = 1,#c do io.write(a[i],b[i],c[i],'\n') end