sequence a, b, c a = "abc" b = "ABC" c = "123" for i = 1 to length(a) do puts(1, a[i] & b[i] & c[i] & "\n") end for